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

Commit 4d62697

Browse files
Bump syn from 2.0.14 to 2.0.15
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.14...2.0.15) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e06c07 commit 4d62697

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 22 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
@@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1212
proc-macro = true
1313

1414
[dependencies]
15-
syn = { version = "2.0.14", features = ["full", "extra-traits"] }
15+
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
1616
quote = "1.0.26"
1717
proc-macro2 = "1.0.56"
1818
proc-macro-crate = "1.1.3"

xcm/procedural/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ proc-macro = true
1010
[dependencies]
1111
proc-macro2 = "1.0.56"
1212
quote = "1.0.26"
13-
syn = "2.0.14"
13+
syn = "2.0.15"
1414
Inflector = "0.11.4"

0 commit comments

Comments
 (0)