Skip to content

Commit a0a4094

Browse files
authored
upgrade a few dependencies (#7831)
* upgrade a few dependencies * make it compile at the expense of duplicate deps * fix web-wasm and a warning * introduce activate-wasm-bindgen-features crate * Revert "introduce activate-wasm-bindgen-features crate" This reverts commit 5a6e41e683f8a4844c0a735dcd08caabb2313f11. * add getrandom feature to sc-consensus-aura
1 parent 0f5719b commit a0a4094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ frame-benchmarking = { version = "2.0.0", default-features = false, path = "../b
2525
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
2626
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
2727
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../primitives/timestamp" }
28-
impl-trait-for-tuples = "0.1.3"
28+
impl-trait-for-tuples = "0.2.0"
2929

3030
[dev-dependencies]
3131
sp-io ={ version = "2.0.0", path = "../../primitives/io" }

0 commit comments

Comments
 (0)