Revert "Update rand_core to 0.6 and rand to 0.8"

This reverts commit ae0c163b17.
This commit is contained in:
Deirdre Connolly 2021-03-25 21:49:11 -04:00
parent ae0c163b17
commit 9a2f706ace
1 changed files with 2 additions and 2 deletions

View File

@ -16,14 +16,14 @@ features = ["nightly"]
[dependencies]
hex = "0.4"
sha2 = "0.9"
rand_core = "0.6"
rand_core = "0.5"
thiserror = "1"
curve25519-dalek = "3"
serde = { version = "1", optional = true, features = ["derive"] }
zeroize = "1.1"
[dev-dependencies]
rand = "0.8"
rand = "0.7"
bincode = "1"
criterion = "0.3"
ed25519-zebra-legacy = { package = "ed25519-zebra", version = "1" }