mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
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
This commit is contained in:
@@ -24,7 +24,7 @@ threadpool = "1.7"
|
||||
num_cpus = "1.10"
|
||||
sp-offchain = { version = "2.0.0", path = "../../primitives/offchain" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.4", features = ["derive"] }
|
||||
parking_lot = "0.10.0"
|
||||
parking_lot = "0.11.1"
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
rand = "0.7.2"
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
|
||||
Reference in New Issue
Block a user