chore(deps): update rust crate syn to 1.0.109 (#57)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-16 22:15:25 +03:00 committed by GitHub
parent 68e86c7bdb
commit 0c7e2d2558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1775,9 +1775,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
version = "1.0.107"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",

View File

@ -21,7 +21,7 @@ darling = "0.14.3"
quote = "1.0.21"
proc-macro2 = "1.0.51"
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '1.0.107', features = ['full'] }
syn = { version = '1.0.109', features = ['full'] }
thiserror = "1.0.38"
static_assertions = "1.1.0"

View File

@ -23,4 +23,4 @@ marine-test-macro-impl = { path = "../marine-test-macro-impl", version = "=0.8.2
quote = "1.0.21"
proc-macro2 = "1.0.51"
proc-macro-error = { version = "1.0.4", default-features = false }
syn = { version = '1.0.107', features = ['full'] }
syn = { version = '1.0.109', features = ['full'] }