Bump walkdir dependency
Walkdir 2.3.1 is out; the zip crate works fine with the new version: https://crates.io/crates/walkdir https://koji.fedoraproject.org/koji/buildinfo?buildID=1534463 Signed-off-by: Michel Alexandre Salim <michel@michel-slm.name>
This commit is contained in:
parent
53725bbcdd
commit
618a25d372
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ thiserror = "1.0"
|
|||
[dev-dependencies]
|
||||
bencher = "0.1"
|
||||
rand = "0.7"
|
||||
walkdir = "1.0"
|
||||
walkdir = "2"
|
||||
|
||||
[features]
|
||||
deflate = ["flate2/rust_backend"]
|
||||
|
|
Loading…
Add table
Reference in a new issue