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.
This commit is contained in:
Dirk Stolle 2021-07-06 00:28:55 +02:00
parent 7edf2489d5
commit 66d0283254

View file

@ -20,7 +20,7 @@ thiserror = "1.0"
[dev-dependencies] [dev-dependencies]
bencher = "0.1" bencher = "0.1"
rand = "0.7" rand = "0.8"
walkdir = "2" walkdir = "2"
[features] [features]