From c75773fd0e5d94c41871830f0cdf33035607b403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:59:32 +0000 Subject: build(deps): bump walkdir from 2.3.3 to 2.5.0 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.3 to 2.5.0. - [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.3...2.5.0) --- updated-dependencies: - dependency-name: walkdir dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e681b61..7efd4f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1340,9 +1340,9 @@ dependencies = [ [[package]] name = "walkdir" -version = "2.3.3" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", diff --git a/Cargo.toml b/Cargo.toml index f848804..d36af41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ thiserror = "1.0.38" time = { version = "0.3.20", features = [ "formatting", "macros" ] } toml = "0.7.3" typed-builder = "0.14.0" -walkdir = "2.3.3" +walkdir = "2.5.0" yansi = "0.5.1" [dev-dependencies] -- cgit v1.2.3