mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump syn from 1.0.80 to 1.0.81 (#10182)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.80 to 1.0.81. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.80...1.0.81) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.10"
|
||||
syn = { version = "1.0.80", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
syn = { version = "1.0.81", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
proc-macro2 = "1.0.29"
|
||||
blake2-rfc = { version = "0.2.18", default-features = false }
|
||||
proc-macro-crate = "1.0.0"
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.77", features = ["full", "parsing"] }
|
||||
syn = { version = "1.0.81", features = ["full", "parsing"] }
|
||||
quote = "1.0.6"
|
||||
proc-macro2 = "1.0.29"
|
||||
sp-core-hashing = { version = "4.0.0-dev", path = "../", default-features = false }
|
||||
|
||||
@@ -18,7 +18,7 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.10"
|
||||
syn = "1.0.80"
|
||||
syn = "1.0.81"
|
||||
proc-macro2 = "1.0"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.80", features = ["full", "visit"] }
|
||||
syn = { version = "1.0.81", features = ["full", "visit"] }
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0.29"
|
||||
proc-macro-crate = "1.0.0"
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.80", features = ["full", "visit", "fold", "extra-traits"] }
|
||||
syn = { version = "1.0.81", features = ["full", "visit", "fold", "extra-traits"] }
|
||||
quote = "1.0.10"
|
||||
proc-macro2 = "1.0.29"
|
||||
Inflector = "0.11.4"
|
||||
|
||||
@@ -17,7 +17,7 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.10"
|
||||
syn = { version = "1.0.80", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
syn = { version = "1.0.81", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
proc-macro2 = "1.0.29"
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0", features = [ "derive" ] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user