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:
Michel Alexandre Salim 2020-06-28 09:36:59 -07:00
parent 53725bbcdd
commit 618a25d372

View file

@ -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"]