Skip to content

Commit

Permalink
Bump syn from 1.0.76 to 1.0.80 (paritytech#9995)
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.76 to 1.0.80.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.76...1.0.80)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2021
1 parent ecc14d8 commit 582db90
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/chain-spec/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ proc-macro = true
proc-macro-crate = "1.0.0"
proc-macro2 = "1.0.29"
quote = "1.0.10"
syn = "1.0.58"
syn = "1.0.80"

[dev-dependencies]
2 changes: 1 addition & 1 deletion client/tracing/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ proc-macro = true
proc-macro-crate = "1.0.0"
proc-macro2 = "1.0.29"
quote = { version = "1.0.10", features = ["proc-macro"] }
syn = { version = "1.0.58", features = ["proc-macro", "full", "extra-traits", "parsing"] }
syn = { version = "1.0.80", features = ["proc-macro", "full", "extra-traits", "parsing"] }
2 changes: 1 addition & 1 deletion frame/staking/reward-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true

[dependencies]
syn = { version = "1.0.58", features = ["full", "visit"] }
syn = { version = "1.0.80", features = ["full", "visit"] }
quote = "1.0.10"
proc-macro2 = "1.0.29"
proc-macro-crate = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion frame/support/procedural/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
proc-macro2 = "1.0.29"
quote = "1.0.10"
Inflector = "0.11.4"
syn = { version = "1.0.58", features = ["full"] }
syn = { version = "1.0.80", features = ["full"] }

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion frame/support/procedural/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ targets = ["x86_64-unknown-linux-gnu"]
frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
proc-macro2 = "1.0.29"
quote = "1.0.10"
syn = { version = "1.0.58", features = ["full", "visit", "extra-traits"] }
syn = { version = "1.0.80", features = ["full", "visit", "extra-traits"] }
proc-macro-crate = "1.0.0"
2 changes: 1 addition & 1 deletion frame/support/procedural/tools/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.29"
quote = { version = "1.0.10", features = ["proc-macro"] }
syn = { version = "1.0.58", features = ["proc-macro" ,"full", "extra-traits", "parsing"] }
syn = { version = "1.0.80", features = ["proc-macro" ,"full", "extra-traits", "parsing"] }
2 changes: 1 addition & 1 deletion primitives/api/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true

[dependencies]
quote = "1.0.10"
syn = { version = "1.0.58", features = ["full", "fold", "extra-traits", "visit"] }
syn = { version = "1.0.80", 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"
Expand Down
2 changes: 1 addition & 1 deletion primitives/debug-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true

[dependencies]
quote = "1.0.10"
syn = "1.0.58"
syn = "1.0.80"
proc-macro2 = "1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion primitives/npos-elections/solution-type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true

[dependencies]
syn = { version = "1.0.58", features = ["full", "visit"] }
syn = { version = "1.0.80", features = ["full", "visit"] }
quote = "1.0"
proc-macro2 = "1.0.29"
proc-macro-crate = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion primitives/runtime-interface/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true

[dependencies]
syn = { version = "1.0.58", features = ["full", "visit", "fold", "extra-traits"] }
syn = { version = "1.0.80", features = ["full", "visit", "fold", "extra-traits"] }
quote = "1.0.10"
proc-macro2 = "1.0.29"
Inflector = "0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion primitives/version/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true

[dependencies]
quote = "1.0.10"
syn = { version = "1.0.58", features = ["full", "fold", "extra-traits", "visit"] }
syn = { version = "1.0.80", features = ["full", "fold", "extra-traits", "visit"] }
proc-macro2 = "1.0.29"
codec = { package = "parity-scale-codec", version = "2.0.0", features = [ "derive" ] }

Expand Down
2 changes: 1 addition & 1 deletion test-utils/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Substrate test utilities macros"

[dependencies]
quote = "1.0.10"
syn = { version = "1.0.58", features = ["full"] }
syn = { version = "1.0.80", features = ["full"] }
proc-macro-crate = "1.0.0"
proc-macro2 = "1.0.29"

Expand Down

0 comments on commit 582db90

Please sign in to comment.