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:
parent
7edf2489d5
commit
66d0283254
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue