diff --git a/Cargo.toml b/Cargo.toml index a753608..b9ac6ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,6 @@ structopt = "0.3.26" tempfile = "3.3.0" thiserror = "1.0.30" tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } -walkdir = "2.3.2" +walkdir = "2.3.3" [features]