Migrate to rand 0.7

This commit is contained in:
Jack Grigg
2019-07-14 12:19:01 +01:00
parent b0913afdd7
commit 6f9083b5ab
16 changed files with 126 additions and 188 deletions

View File

@@ -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"