From cb2f339c384d537f4d36832d1c77acd2955cc5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:19:18 +0000 Subject: [PATCH] Bump walkdir from 2.3.2 to 2.4.0 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.2 to 2.4.0. - [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.2...2.4.0) --- updated-dependencies: - dependency-name: walkdir dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 996da89b..46e320c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3086,12 +3086,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", ]