From b016dffdb143e5735b79a70f0c70c0450dc7423d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:43:05 +0000 Subject: [PATCH] build(deps): 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 ++--- crates/volta-core/Cargo.toml | 2 +- crates/volta-migrate/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15bf84618..71c12d2d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1728,12 +1728,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/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index c6c9e08fd..91d949e04 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -39,7 +39,7 @@ textwrap = "0.16.0" is-terminal = "0.4.7" log = { version = "0.4", features = ["std"] } ctrlc = "3.2.5" -walkdir = "2.3.2" +walkdir = "2.4.0" volta-layout = { path = "../volta-layout" } once_cell = "1.17.0" dunce = "1.0.3" diff --git a/crates/volta-migrate/Cargo.toml b/crates/volta-migrate/Cargo.toml index 368f3cd7d..81207c7bb 100644 --- a/crates/volta-migrate/Cargo.toml +++ b/crates/volta-migrate/Cargo.toml @@ -12,4 +12,4 @@ tempfile = "3.8.1" semver = { git = "https://github.com/mikrostew/semver", branch = "new-parser" } serde_json = { version = "1.0.96", features = ["preserve_order"] } serde = { version = "1.0.174", features = ["derive"] } -walkdir = "2.3.2" +walkdir = "2.4.0"