From c5cb91ec46f9b15fa5be36bc5c5dd47a2d8eb276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:11:21 +0000 Subject: [PATCH] build(deps): bump walkdir from 2.3.3 to 2.4.0 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.3 to 2.4.0. - [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.3...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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3c810e11..ef1e3e60f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,9 +1694,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "walkdir" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" +checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" dependencies = [ "same-file", "winapi-util", diff --git a/Cargo.toml b/Cargo.toml index 3eb81f756..9bbfbd323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ textwrap = { version = ">= 0.15.0, < 0.17.0", default-features = false } thiserror = "1.0" url = ">= 2.1, < 3.0" uuid = { version = ">= 0.8, < 2.0", features = ["v4"] } -walkdir = "^2.3" +walkdir = "^2.4" xz2 = "^0.1" zstd = { version = ">= 0.10.0, < 0.13.0", features = ["pkg-config"] }