From 3cce11b46ff2229fffc39f84237007bc86300ede Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:17:59 +0000 Subject: [PATCH] chore(deps): update rust crate walkdir to 2.4 --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25377dc0c..eb1cdd4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3311,12 +3311,11 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "walkdir" -version = "2.3.2" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" +checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" dependencies = [ "same-file", - "winapi", "winapi-util", ] diff --git a/Cargo.toml b/Cargo.toml index 5e2b4230a..dbe5bd10e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -327,7 +327,7 @@ time = { version = "0.3" } unicode-segmentation = "1.10.1" unicode-width = "0.1.10" utf-8 = "0.7.6" -walkdir = "2.3" +walkdir = "2.4" winapi-util = "0.1.5" windows-sys = { version = "0.48.0", default-features = false } xattr = "1.0.1"