Migrate sapling-crypto to rand 0.5

This commit is contained in:
Jack Grigg
2019-07-11 08:46:47 -04:00
parent 4606a0cefb
commit adfc88926b
17 changed files with 347 additions and 170 deletions

2
Cargo.lock generated
View File

@@ -498,7 +498,7 @@ dependencies = [
"ff 0.4.0",
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.2",
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
]