From 618a25d372f12088bee1d76d7618668a3abca097 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 28 Jun 2020 09:36:59 -0700 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac282611..f88db0e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]