From 66d02832540d0eb23729f74f036190dc6b7c66e1 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 6 Jul 2021 00:28:55 +0200 Subject: [PATCH] chore: bump rand to 0.8 The Minimum Supported Rust Version of rand 0.8 is 1.36, which is exactly the MSRV of zip. Therefore, this should be safe to bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ce7e602..f9dd0ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ thiserror = "1.0" [dev-dependencies] bencher = "0.1" -rand = "0.7" +rand = "0.8" walkdir = "2" [features]