From 324f374ad7fdaaaed7ca675d7e1aa227a265bc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:13:46 +0200 Subject: [PATCH] Bump walkdir from 2.3.3 to 2.4.0 (#1111) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fe090d04..8c5ac419b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1701,9 +1701,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[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 41a40506a..e2e0c8f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ tabled = "0.14" tempfile = "3.5" tera = "1.19" uuid = { version = "1.3", features = ["v4"] } -walkdir = "2.3" +walkdir = "2.4" zip = { version = "0.6", default-features = false } [dev-dependencies]