Skip to content

Commit 6acc7a6

Browse files
author
Andronik Ordian
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 fae10cc commit 6acc7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ frame-support = { version = "2.0.0", default-features = false, path = "../suppor
2525
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
2626
pallet-timestamp = { version = "2.0.0", default-features = false, path = "../timestamp" }
2727
sp-trie = { version = "2.0.0", optional = true, default-features = false, path = "../../primitives/trie" }
28-
impl-trait-for-tuples = "0.1.3"
28+
impl-trait-for-tuples = "0.1"
2929

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

0 commit comments

Comments
 (0)