From 33819941a4bfad961f6f20681ab68e7387851d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:18:21 +0000 Subject: [PATCH] build(deps): bump walkdir from 2.4.0 to 2.5.0 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.4.0 to 2.5.0. - [Commits](https://github.com/BurntSushi/walkdir/compare/2.4.0...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 02872fb0..86ee3d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2930,9 +2930,9 @@ checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", diff --git a/Cargo.toml b/Cargo.toml index 54ac41fa..584a08a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features = ureq = { version = "2.9.6", default-features = false } url = { version = "2.5.0", default-features = false } uuid = { version = "1.7.0", default-features = false, features = ["v4"] } -walkdir = { version = "2.4.0", default-features = false } +walkdir = { version = "2.5.0", default-features = false } webpki-roots = { version = "0.26.1", default-features = false } zeroize = { version = "1.7.0", default-features = false }