Updating the version of rand used in the benchmarch crate

This commit is contained in:
phayes 2021-02-18 08:03:28 -08:00
parent 8b3f25a305
commit 1f333af1e6
No known key found for this signature in database
GPG Key ID: 728E71482E8E0832

View File

@ -12,8 +12,8 @@ name = "bench_main"
num-bigint-dig = { path = "../", features = ["prime", "rand"] }
num-integer = "0.1.39"
num-traits = "0.2.4"
rand = "0.7"
rand_chacha = "0.2"
rand = "0.8.3"
rand_chacha = "0.3.0"
[dev-dependencies]
criterion = "0.2"
criterion = "0.2"