From 458e818ab4c971844dcd124e8d538c7b126c495a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 02:58:04 +0000 Subject: [PATCH] Bump walkdir from 2.3.2 to 2.3.3 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/BurntSushi/walkdir/releases) - [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.2...2.3.3) --- updated-dependencies: - dependency-name: walkdir dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 642bf50d..1f5e37fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1385,12 +1385,11 @@ dependencies = [ [[package]] name = "walkdir" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" +checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" dependencies = [ "same-file", - "winapi", "winapi-util", ] diff --git a/Cargo.toml b/Cargo.toml index f47544f9..53ebd5fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ bugreport = { version = "0.5.0", optional = true } dirs = { version = "5.0.0", optional = true } grep-cli = { version = "0.1.7", optional = true } regex = { version = "1.7.0", optional = true } -walkdir = { version = "2.0", optional = true } +walkdir = { version = "2.3", optional = true } bytesize = { version = "1.1.0" } [dependencies.git2]