Skip to content

Commit

Permalink
Bump proc-macro-crate from 1.0.0 to 1.1.0 (paritytech#10237)
Browse files Browse the repository at this point in the history
Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](https://github.com/bkchr/proc-macro-crate/commits)

---
updated-dependencies:
- dependency-name: proc-macro-crate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and ark0f committed Feb 27, 2023
1 parent 91c6907 commit ed8a6ac
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 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 @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true

[dependencies]
proc-macro-crate = "1.0.0"
proc-macro-crate = "1.1.0"
proc-macro2 = "1.0.29"
quote = "1.0.10"
syn = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion 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 = "1.0.0"
proc-macro-crate = "1.1.0"
proc-macro2 = "1.0.29"
quote = { version = "1.0.10", features = ["proc-macro"] }
syn = { version = "1.0.81", 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 @@ -18,7 +18,7 @@ proc-macro = true
syn = { version = "1.0.81", features = ["full", "visit"] }
quote = "1.0.10"
proc-macro2 = "1.0.29"
proc-macro-crate = "1.0.0"
proc-macro-crate = "1.1.0"

[dev-dependencies]
sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
2 changes: 1 addition & 1 deletion frame/support/procedural/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
proc-macro2 = "1.0.29"
quote = "1.0.10"
syn = { version = "1.0.81", features = ["full", "visit", "extra-traits"] }
proc-macro-crate = "1.0.0"
proc-macro-crate = "1.1.0"
2 changes: 1 addition & 1 deletion 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.10"
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"
proc-macro-crate = "1.1.0"

# Required for the doc tests
[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 @@ -18,7 +18,7 @@ proc-macro = true
syn = { version = "1.0.81", features = ["full", "visit"] }
quote = "1.0"
proc-macro2 = "1.0.29"
proc-macro-crate = "1.0.0"
proc-macro-crate = "1.1.0"

[dev-dependencies]
parity-scale-codec = "2.3.1"
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 @@ -20,4 +20,4 @@ syn = { version = "1.0.81", features = ["full", "visit", "fold", "extra-traits"]
quote = "1.0.10"
proc-macro2 = "1.0.29"
Inflector = "0.11.4"
proc-macro-crate = "1.0.0"
proc-macro-crate = "1.1.0"
2 changes: 1 addition & 1 deletion test-utils/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Substrate test utilities macros"
[dependencies]
quote = "1.0.10"
syn = { version = "1.0.81", features = ["full"] }
proc-macro-crate = "1.0.0"
proc-macro-crate = "1.1.0"
proc-macro2 = "1.0.29"

[lib]
Expand Down

0 comments on commit ed8a6ac

Please sign in to comment.