Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump proc-macro2 from 1.0.39 to 1.0.40
Browse files Browse the repository at this point in the history
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.39...1.0.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2022
1 parent 0ad2b60 commit 66eeaee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions node/gum/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ proc-macro = true

[dependencies]
syn = { version = "1.0.95", features = ["full", "extra-traits"] }
quote = "1.0.18"
proc-macro2 = "1.0.37"
quote = "1.0.19"
proc-macro2 = "1.0.40"
proc-macro-crate = "1.1.3"
expander = "0.0.6"

Expand Down
4 changes: 2 additions & 2 deletions node/orchestra/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ proc-macro = true

[dependencies]
syn = { version = "1.0.95", features = ["full", "extra-traits"] }
quote = "1.0.18"
proc-macro2 = "1.0.37"
quote = "1.0.19"
proc-macro2 = "1.0.40"
proc-macro-crate = "1.1.3"
expander = { version = "0.0.6", default-features = false }
petgraph = "0.6.0"
Expand Down
4 changes: 2 additions & 2 deletions xcm/procedural/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.37"
quote = "1.0.18"
proc-macro2 = "1.0.40"
quote = "1.0.19"
syn = "1.0.95"
Inflector = "0.11.4"

0 comments on commit 66eeaee

Please sign in to comment.