From a31af5824a05b1e946db3e65b5c3a830a8e6b816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:01:32 +0000 Subject: [PATCH] build(deps): bump which from 7.0.0 to 7.0.1 Bumps [which](https://github.com/harryfei/which-rs) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/7.0.0...7.0.1) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++------------ Cargo.toml | 2 +- crates/volta-core/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76250e3c6..eb85b557d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,6 +480,12 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" +[[package]] +name = "env_home" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" + [[package]] name = "envmnt" version = "0.10.0" @@ -652,15 +658,6 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" -[[package]] -name = "home" -version = "0.5.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" -dependencies = [ - "windows-sys 0.52.0", -] - [[package]] name = "http" version = "1.0.0" @@ -1808,12 +1805,12 @@ dependencies = [ [[package]] name = "which" -version = "7.0.0" +version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" +checksum = "fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028" dependencies = [ "either", - "home", + "env_home", "rustix", "winsafe", ] diff --git a/Cargo.toml b/Cargo.toml index 020e9ca67..0f114b39a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ clap = { version = "4.5.23", features = ["color", "derive", "wrap_help"] } clap_complete = "4.5.40" mockito = { version = "0.31.1", optional = true } textwrap = "0.16.1" -which = "7.0.0" +which = "7.0.1" dirs = "5.0.1" volta-migrate = { path = "crates/volta-migrate" } diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 4de067ecb..da7398738 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -52,7 +52,7 @@ chain-map = "0.1.0" indexmap = "2.7.0" retry = "2" fs2 = "0.4.3" -which = "7.0.0" +which = "7.0.1" [target.'cfg(windows)'.dependencies] winreg = "0.52.0"