mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +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:
@@ -22,7 +22,7 @@ console_log = "0.2.0"
|
||||
js-sys = "0.3.34"
|
||||
wasm-bindgen = "0.2.57"
|
||||
wasm-bindgen-futures = "0.4.18"
|
||||
kvdb-web = "0.7"
|
||||
kvdb-web = "0.8.0"
|
||||
sp-database = { version = "2.0.0", path = "../../primitives/database" }
|
||||
sc-informant = { version = "0.8.0", path = "../../client/informant" }
|
||||
sc-service = { version = "0.8.0", path = "../../client/service", default-features = false }
|
||||
@@ -30,7 +30,7 @@ sc-network = { path = "../../client/network", version = "0.8.0"}
|
||||
sc-chain-spec = { path = "../../client/chain-spec", version = "2.0.0"}
|
||||
|
||||
# Imported just for the `wasm-bindgen` feature
|
||||
rand6 = { package = "rand", version = "0.6", features = ["wasm-bindgen"] }
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
rand = { version = "0.7", features = ["wasm-bindgen"] }
|
||||
futures-timer = { version = "3.0.1", features = ["wasm-bindgen"]}
|
||||
chrono = { version = "0.4", features = ["wasmbind"] }
|
||||
|
||||
Reference in New Issue
Block a user