Migrate zcash_primitives to rand_core 0.4

This commit is contained in:
Jack Grigg
2019-07-13 00:16:54 -04:00
parent 60d344a0a7
commit 8f7adec0d9
7 changed files with 40 additions and 37 deletions

3
Cargo.lock generated
View File

@@ -621,7 +621,8 @@ dependencies = [
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.2",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sapling-crypto 0.0.1",
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]