Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump syn from 1.0.48 to 1.0.56
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.48 to 1.0.56.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.48...1.0.56)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2020
commit 8f46fa9a005d3f80bda3218f57733f6f694095d0
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 = "0.1.4"
proc-macro2 = "1.0.6"
quote = "1.0.3"
syn = "1.0.7"
syn = "1.0.56"

[dev-dependencies]
2 changes: 1 addition & 1 deletion client/cli/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 = "0.1.4"
proc-macro2 = "1.0.6"
quote = { version = "1.0.3", features = ["proc-macro"] }
syn = { version = "1.0.7", features = ["proc-macro", "full", "extra-traits", "parsing"] }
syn = { version = "1.0.56", 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.7", features = ["full", "visit"] }
syn = { version = "1.0.56", features = ["full", "visit"] }
quote = "1.0.3"
proc-macro2 = "1.0.6"
proc-macro-crate = "0.1.4"
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 @@ -18,7 +18,7 @@ proc-macro = true
frame-support-procedural-tools = { version = "2.0.0", path = "./tools" }
proc-macro2 = "1.0.6"
quote = "1.0.3"
syn = { version = "1.0.7", features = ["full"] }
syn = { version = "1.0.56", 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 = "2.0.0", path = "./derive" }
proc-macro2 = "1.0.6"
quote = "1.0.3"
syn = { version = "1.0.7", features = ["full", "visit"] }
syn = { version = "1.0.56", features = ["full", "visit"] }
proc-macro-crate = "0.1.5"
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.6"
quote = { version = "1.0.3", features = ["proc-macro"] }
syn = { version = "1.0.7", features = ["proc-macro" ,"full", "extra-traits", "parsing"] }
syn = { version = "1.0.56", 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 @@ -18,7 +18,7 @@ proc-macro = true

[dependencies]
quote = "1.0.3"
syn = { version = "1.0.8", features = ["full", "fold", "extra-traits", "visit"] }
syn = { version = "1.0.56", features = ["full", "fold", "extra-traits", "visit"] }
proc-macro2 = "1.0.6"
blake2-rfc = { version = "0.2.18", default-features = false }
proc-macro-crate = "0.1.4"
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.3"
syn = "1.0.7"
syn = "1.0.56"
proc-macro2 = "1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion primitives/npos-elections/compact/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.7", features = ["full", "visit"] }
syn = { version = "1.0.56", features = ["full", "visit"] }
quote = "1.0"
proc-macro2 = "1.0.6"
proc-macro-crate = "0.1.4"
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.5", features = ["full", "visit", "fold", "extra-traits"] }
syn = { version = "1.0.56", features = ["full", "visit", "fold", "extra-traits"] }
quote = "1.0.3"
proc-macro2 = "1.0.3"
Inflector = "0.11.4"
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.6"
syn = { version = "1.0.33", features = ["full"] }
syn = { version = "1.0.56", features = ["full"] }
proc-macro-crate = "0.1.4"

[lib]
Expand Down