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

Commit 818da57

Browse files
Bump syn from 1.0.90 to 1.0.91 (#5273)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@1.0.90...1.0.91) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c04172 commit 818da57

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/gum/proc-macro/Cargo.toml

+1-1
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 = "1.0.90", features = ["full", "extra-traits"] }
15+
syn = { version = "1.0.91", features = ["full", "extra-traits"] }
1616
quote = "1.0.17"
1717
proc-macro2 = "1.0.36"
1818
proc-macro-crate = "1.1.3"

node/overseer/overseer-gen/proc-macro/Cargo.toml

+1-1
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 = "1.0.90", features = ["full", "extra-traits"] }
15+
syn = { version = "1.0.91", features = ["full", "extra-traits"] }
1616
quote = "1.0.17"
1717
proc-macro2 = "1.0.36"
1818
proc-macro-crate = "1.1.3"

xcm/procedural/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ proc-macro = true
1010
[dependencies]
1111
proc-macro2 = "1.0.36"
1212
quote = "1.0.17"
13-
syn = "1.0.90"
13+
syn = "1.0.91"
1414
Inflector = "0.11.4"

0 commit comments

Comments
 (0)