mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-02 12:27:02 +00:00
Migrate to rand 0.7
This commit is contained in:
@@ -17,11 +17,11 @@ bellman = { path = "../bellman" }
|
||||
blake2b_simd = "0.5"
|
||||
blake2s_simd = "0.5"
|
||||
ff = { path = "../ff" }
|
||||
rand_core = "0.4"
|
||||
rand_core = "0.5"
|
||||
digest = "0.7"
|
||||
byteorder = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.1"
|
||||
rand_xorshift = "0.1"
|
||||
rand_xorshift = "0.2"
|
||||
sha2 = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user