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

Commit ee6aa06

Browse files
Bump proc-macro2 from 1.0.40 to 1.0.43
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.40 to 1.0.43. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.40...1.0.43) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8772d99 commit ee6aa06

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/gum/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc-macro = true
1414
[dependencies]
1515
syn = { version = "1.0.95", features = ["full", "extra-traits"] }
1616
quote = "1.0.20"
17-
proc-macro2 = "1.0.40"
17+
proc-macro2 = "1.0.43"
1818
proc-macro-crate = "1.1.3"
1919
expander = "0.0.6"
2020

node/orchestra/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc-macro = true
1616
[dependencies]
1717
syn = { version = "1.0.95", features = ["full", "extra-traits"] }
1818
quote = "1.0.20"
19-
proc-macro2 = "1.0.40"
19+
proc-macro2 = "1.0.43"
2020
proc-macro-crate = "1.1.3"
2121
expander = { version = "0.0.6", default-features = false }
2222
petgraph = "0.6.0"

xcm/procedural/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
proc-macro = true
99

1010
[dependencies]
11-
proc-macro2 = "1.0.40"
11+
proc-macro2 = "1.0.43"
1212
quote = "1.0.20"
1313
syn = "1.0.95"
1414
Inflector = "0.11.4"

0 commit comments

Comments
 (0)