Skip to content

Commit 452e736

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 73cbd4c commit 452e736

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
@@ -41,7 +41,7 @@ pallet-staking-reward-curve = { version = "2.0.0", path = "../staking/reward-cu
4141
substrate-test-utils = { version = "2.0.0", path = "../../test-utils" }
4242
frame-benchmarking = { version = "2.0.0", path = "../benchmarking" }
4343
rand_chacha = { version = "0.2" }
44-
parking_lot = "0.10.2"
44+
parking_lot = "0.11.1"
4545
hex = "0.4"
4646

4747
[features]

0 commit comments

Comments
 (0)