Skip to content

Commit bcefe0a

Browse files
Bump the known_good_semver group with 1 update (paritytech#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 a49229d commit bcefe0a

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

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"] }

substrate/frame/support/procedural/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
proc-macro-crate = "1.1.3"
1616
proc-macro2 = "1.0.56"
1717
quote = "1.0.28"
18-
syn = { version = "2.0.16", features = ["full", "visit", "extra-traits"] }
18+
syn = { version = "2.0.31", features = ["full", "visit", "extra-traits"] }
1919
frame-support-procedural-tools-derive = { path = "derive" }

substrate/frame/support/procedural/tools/derive/Cargo.toml

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

substrate/primitives/api/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

1818
[dependencies]
1919
quote = "1.0.28"
20-
syn = { version = "2.0.16", features = ["full", "fold", "extra-traits", "visit"] }
20+
syn = { version = "2.0.31", features = ["full", "fold", "extra-traits", "visit"] }
2121
proc-macro2 = "1.0.56"
2222
blake2 = { version = "0.10.4", default-features = false }
2323
proc-macro-crate = "1.1.3"

substrate/primitives/core/hashing/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ proc-macro = true
1717

1818
[dependencies]
1919
quote = "1.0.28"
20-
syn = { version = "2.0.16", features = ["full", "parsing"] }
20+
syn = { version = "2.0.31", features = ["full", "parsing"] }
2121
sp-core-hashing = { path = "..", default-features = false}

0 commit comments

Comments
 (0)