From 780adf6bf24eaa30fe704fdfcf12acad5f81d459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:26:55 +0000 Subject: [PATCH] Update Rust crate walkdir to 2.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]