Merge pull request #137 from jimpo/rand_core-version

Specify rand_core >= 0.5.1 for OsRng import.
This commit is contained in:
str4d 2019-10-05 16:12:26 -06:00 committed by GitHub
commit 6de1cb1397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,6 @@ libc = "0.2"
pairing = { path = "../pairing" }
lazy_static = "1"
byteorder = "1"
rand_core = "0.5"
rand_core = "0.5.1"
zcash_primitives = { path = "../zcash_primitives" }
zcash_proofs = { path = "../zcash_proofs" }

View File

@ -20,7 +20,7 @@ lazy_static = "1"
log = "0.4"
pairing = { path = "../pairing" }
rand = "0.7"
rand_core = "0.5"
rand_core = "0.5.1"
sha2 = "0.8"
[dev-dependencies]

View File

@ -14,7 +14,7 @@ byteorder = "1"
directories = { version = "1", optional = true }
ff = { path = "../ff" }
pairing = { path = "../pairing" }
rand_core = "0.5"
rand_core = "0.5.1"
zcash_primitives = { path = "../zcash_primitives" }
[dev-dependencies]