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.29 to 1.0.30 (#4071)
Browse files Browse the repository at this point in the history
Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 1.0.29 to 1.0.30.
- [Release notes](https://github.com/alexcrichton/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.29...1.0.30)

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

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 Oct 13, 2021
1 parent ae105f2 commit 5a3319c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 node/overseer/overseer-gen/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro = true
[dependencies]
syn = { version = "1.0.80", features = ["full", "extra-traits"] }
quote = "1.0.10"
proc-macro2 = "1.0.26"
proc-macro2 = "1.0.30"
proc-macro-crate = "1.1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion xcm/procedural/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2018"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.28"
proc-macro2 = "1.0.30"
quote = "1.0.10"
syn = "1.0.80"

0 comments on commit 5a3319c

Please sign in to comment.