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:
Keith Yeung
2022-02-14 15:14:05 -08:00
committed by GitHub
parent 774cdac585
commit e7d354ca14
4 changed files with 37 additions and 47 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ codec = { package = "parity-scale-codec", version = "2.3.0", features = [ "deriv
futures = { version = "0.3.1", features = ["compat"] }
futures-timer = "3.0.2"
tracing = "0.1.22"
rand = "0.8.3"
rand = "0.8.5"
[dev-dependencies]
tokio = { version = "1.10", features = ["macros"] }