Replace rust-crypto with sha2 in sapling-crypto dev-dependencies

This removes rand < 0.5 from our Cargo.lock.
This commit is contained in:
Jack Grigg
2019-07-11 10:27:05 -04:00
parent ccf75c39c1
commit 5728bda2c1
4 changed files with 5 additions and 87 deletions

View File

@@ -23,4 +23,4 @@ byteorder = "1"
[dev-dependencies]
hex-literal = "0.1"
rust-crypto = "0.2"
sha2 = "0.8"