From f482208c0fb62414d7c00aae7716d9c3ea8ab0ad Mon Sep 17 00:00:00 2001 From: Dan Burkert Date: Wed, 23 Dec 2020 13:02:39 -0700 Subject: [PATCH] bump rand dev dependency (#406) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ef019a2b..421e7292f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ criterion = "0.3" env_logger = { version = "0.8", default-features = false } log = "0.4" proptest = "0.10" -rand = "0.7" +rand = "0.8" [profile.bench] debug = true