mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
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:
parent
68e86c7bdb
commit
0c7e2d2558
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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'] }
|
||||
|
Loading…
Reference in New Issue
Block a user