Updating rand_core to 0.6 (without curve25519-dalek library change) (#131)

This commit is contained in:
Kevin Lewi
2021-02-05 13:17:35 -08:00
committed by GitHub
parent e35410ab95
commit 6307ea9eed
3 changed files with 82 additions and 21 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ generic-bytes = { version = "0.1.0" }
generic-bytes-derive = { version = "0.1.0" }
hkdf = "0.10.0"
hmac = "0.10.1"
rand_core = "0.5.1"
rand_core = { version = "0.6.0", features = ["getrandom"] }
scrypt = { version = "0.5.0", optional = true }
subtle = { version = "2.3.0", default-features = false }
thiserror = "1.0.22"
@@ -41,7 +41,7 @@ lazy_static = "1.4.0"
serde_json = "1.0.60"
sha2 = "0.9.2"
proptest = "0.10.1"
rand = "0.7"
rand = "0.8"
rustyline = "7.0.0"
[[bench]]