Update rand to 0.8

This commit is contained in:
Paul Grandperrin 2020-12-21 23:03:06 -03:00
parent 86cdb11cf2
commit d0dacb2699

View file

@ -33,7 +33,7 @@ travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "mast
sha2 = { version = "0.9", default-features = false }
bincode = "1"
criterion = "0.3.0"
rand = "0.7"
rand = "0.8"
[[bench]]
name = "dalek_benchmarks"