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.107 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8e102b3e03
commit
8efc134d5c
@ -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.100', features = ['full'] }
|
||||
syn = { version = '1.0.107', 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.1
|
||||
quote = "1.0.21"
|
||||
proc-macro2 = "1.0.51"
|
||||
proc-macro-error = { version = "1.0.4", default-features = false }
|
||||
syn = { version = '1.0.100', features = ['full'] }
|
||||
syn = { version = '1.0.107', features = ['full'] }
|
||||
|
Loading…
Reference in New Issue
Block a user