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

Commit 229e4aa

Browse files
committed
Backport #7838
1 parent cac5cd2 commit 229e4aa

File tree

15 files changed

+135
-99
lines changed

15 files changed

+135
-99
lines changed

Cargo.lock

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

client/chain-spec/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ proc-macro = true
1818
proc-macro-crate = "0.1.4"
1919
proc-macro2 = "1.0.6"
2020
quote = "1.0.3"
21-
syn = "1.0.7"
21+
syn = "1.0.58"
2222

2323
[dev-dependencies]

client/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ hex-literal = "0.3.1"
4343
sc-runtime-test = { version = "2.0.0", path = "runtime-test" }
4444
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
4545
sp-state-machine = { version = "0.8.0", path = "../../primitives/state-machine" }
46-
test-case = "0.3.3"
4746
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
4847
sp-tracing = { version = "2.0.0", path = "../../primitives/tracing" }
4948
sc-tracing = { version = "2.0.0", path = "../tracing" }
5049
tracing = "0.1.19"
5150
tracing-subscriber = "0.2.10"
51+
paste = "0.1.6"
5252

5353
[features]
5454
default = [ "std" ]

0 commit comments

Comments
 (0)