mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Update rand to v0.8.5 (#987)
* Update rand to v0.8.5 * Enable std_rng feature on rand * Enable std_rng only when std is enabled * Revert "Enable std_rng only when std is enabled" This reverts commit 8fb3b72dbd6dc18bc19868b999b5b07cea4b7392.
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "2.3.0" }
|
||||
rand = "0.7.3"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.132", features = ["derive"] }
|
||||
async-trait = "0.1.42"
|
||||
tokio = { version = "1.10", features = ["macros"] }
|
||||
|
||||
Reference in New Issue
Block a user