From c5d41a64aa13b0c37071a3ff1ad6cd83ba211837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:53:54 +0000 Subject: [PATCH] Bump walkdir from 2.3.2 to 2.4.0 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.2 to 2.4.0. - [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.2...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 | 5 ++--- dozer-tests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6dc4cee48..78bcf3b5e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8874,12 +8874,11 @@ dependencies = [ [[package]] name = "walkdir" -version = "2.3.2" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" +checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" dependencies = [ "same-file", - "winapi", "winapi-util", ] diff --git a/dozer-tests/Cargo.toml b/dozer-tests/Cargo.toml index 6dbb241b57..a0b38e1e5b 100644 --- a/dozer-tests/Cargo.toml +++ b/dozer-tests/Cargo.toml @@ -39,7 +39,7 @@ async-trait = "0.1.74" dozer-core = { path = "../dozer-core" } dozer-sql = { path = "../dozer-sql" } tempdir = "0.3.7" -walkdir = "2.3.2" +walkdir = "2.4.0" multimap = "0.9.0" ahash = "0.8.3" csv = "1.2"