Skip to content

Commit

Permalink
Update proc-macro-crate (paritytech#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 8, 2023
1 parent ac72aaf commit 068b7bc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion substrate/client/chain-spec/derive/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]
proc-macro-crate = "2.0.0"
proc-macro-crate = "2.0.1"
proc-macro2 = "1.0.56"
quote = "1.0.28"
syn = "2.0.39"
2 changes: 1 addition & 1 deletion substrate/client/tracing/proc-macro/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]
proc-macro-crate = "2.0.0"
proc-macro-crate = "2.0.1"
proc-macro2 = "1.0.56"
quote = { version = "1.0.28", features = ["proc-macro"] }
syn = { version = "2.0.39", features = ["extra-traits", "full", "parsing", "proc-macro"] }
2 changes: 1 addition & 1 deletion substrate/frame/contracts/fixtures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.0"
[build-dependencies]
parity-wasm = "0.45.0"
tempfile = "3.8.1"
toml = "0.8.8"
toml = "0.8.2"
twox-hash = "1.6.3"
anyhow = "1.0.0"
cfg-if = { version = "1.0", default-features = false }
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
syn = { version = "2.0.39", features = ["full", "visit"] }
quote = "1.0.28"
proc-macro2 = "1.0.56"
proc-macro-crate = "2.0.0"
proc-macro-crate = "2.0.1"

[dev-dependencies]
parity-scale-codec = "3.6.1"
Expand Down
2 changes: 1 addition & 1 deletion substrate/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]
proc-macro-crate = "2.0.0"
proc-macro-crate = "2.0.1"
proc-macro2 = "1.0.56"
quote = "1.0.28"
syn = { version = "2.0.39", features = ["full", "visit"] }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/support/procedural/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Proc macro helpers for procedural macros"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
proc-macro-crate = "2.0.0"
proc-macro-crate = "2.0.1"
proc-macro2 = "1.0.56"
quote = "1.0.28"
syn = { version = "2.0.39", features = ["extra-traits", "full", "visit"] }
Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/api/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ quote = "1.0.28"
syn = { version = "2.0.39", features = ["extra-traits", "fold", "full", "visit"] }
proc-macro2 = "1.0.56"
blake2 = { version = "0.10.4", default-features = false }
proc-macro-crate = "2.0.0"
proc-macro-crate = "2.0.1"
expander = "2.0.0"
Inflector = "0.11.4"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true

[dependencies]
Inflector = "0.11.4"
proc-macro-crate = "2.0.0"
proc-macro-crate = "2.0.1"
proc-macro2 = "1.0.56"
quote = "1.0.28"
expander = "2.0.0"
Expand Down

0 comments on commit 068b7bc

Please sign in to comment.