Skip to content

Commit a7ed6d2

Browse files
Bump the known_good_semver group with 1 update (#1375)
Bumps the known_good_semver group with 1 update: [syn](https://github.com/dtolnay/syn). - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.29...2.0.31) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6322a76 commit a7ed6d2

File tree

17 files changed

+66
-66
lines changed

17 files changed

+66
-66
lines changed

Cargo.lock

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

cumulus/pallets/parachain-system/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Proc macros provided by the parachain-system pallet"
99
proc-macro = true
1010

1111
[dependencies]
12-
syn = "2.0.29"
12+
syn = "2.0.31"
1313
proc-macro2 = "1.0.64"
1414
quote = "1.0.33"
1515
proc-macro-crate = "1.3.1"

polkadot/node/gum/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1313
proc-macro = true
1414

1515
[dependencies]
16-
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0.31", features = ["full", "extra-traits"] }
1717
quote = "1.0.28"
1818
proc-macro2 = "1.0.56"
1919
proc-macro-crate = "1.1.3"

polkadot/xcm/procedural/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ proc-macro = true
1111
[dependencies]
1212
proc-macro2 = "1.0.56"
1313
quote = "1.0.28"
14-
syn = "2.0.15"
14+
syn = "2.0.31"
1515
Inflector = "0.11.4"

substrate/client/chain-spec/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ proc-macro = true
1818
proc-macro-crate = "1.1.3"
1919
proc-macro2 = "1.0.56"
2020
quote = "1.0.28"
21-
syn = "2.0.16"
21+
syn = "2.0.31"

substrate/client/tracing/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ proc-macro = true
1818
proc-macro-crate = "1.1.3"
1919
proc-macro2 = "1.0.56"
2020
quote = { version = "1.0.28", features = ["proc-macro"] }
21-
syn = { version = "2.0.16", features = ["proc-macro", "full", "extra-traits", "parsing"] }
21+
syn = { version = "2.0.31", features = ["proc-macro", "full", "extra-traits", "parsing"] }

substrate/frame/contracts/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717
[dependencies]
1818
proc-macro2 = "1.0.56"
1919
quote = "1.0.28"
20-
syn = { version = "2.0.16", features = ["full"] }
20+
syn = { version = "2.0.31", features = ["full"] }
2121

2222
[dev-dependencies]
2323

substrate/frame/election-provider-support/solution-type/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
proc-macro = true
1616

1717
[dependencies]
18-
syn = { version = "2.0.16", features = ["full", "visit"] }
18+
syn = { version = "2.0.31", features = ["full", "visit"] }
1919
quote = "1.0.28"
2020
proc-macro2 = "1.0.56"
2121
proc-macro-crate = "1.1.3"

substrate/frame/staking/reward-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro = true
1818
proc-macro-crate = "1.1.3"
1919
proc-macro2 = "1.0.56"
2020
quote = "1.0.28"
21-
syn = { version = "2.0.16", features = ["full", "visit"] }
21+
syn = { version = "2.0.31", features = ["full", "visit"] }
2222

2323
[dev-dependencies]
2424
sp-runtime = { path = "../../../primitives/runtime" }

substrate/frame/support/procedural/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cfg-expr = "0.15.4"
2121
itertools = "0.10.3"
2222
proc-macro2 = "1.0.56"
2323
quote = "1.0.28"
24-
syn = { version = "2.0.16", features = ["full"] }
24+
syn = { version = "2.0.31", features = ["full"] }
2525
frame-support-procedural-tools = { path = "tools" }
2626
proc-macro-warning = { version = "0.4.2", default-features = false }
2727
macro_magic = { version = "0.4.2", features = ["proc_support"] }

0 commit comments

Comments
 (0)