From e721d8444f46a0f90b1503ecc0eef91b401f9a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:20:02 +0100 Subject: [PATCH] Bump which from 6.0.3 to 7.0.0 (#2326) Bumps [which](https://github.com/harryfei/which-rs) from 6.0.3 to 7.0.0. - [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/6.0.3...7.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++-------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81931398df..f18cd26e84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,7 +1045,7 @@ dependencies = [ "wasm-encoder 0.220.0", "wasm-opt", "wasmparser 0.220.0", - "which 7.0.0", + "which", "zip", ] @@ -2807,7 +2807,7 @@ dependencies = [ "tracing", "tracing-subscriber", "wasm-instrument", - "which 6.0.3", + "which", ] [[package]] @@ -7281,18 +7281,6 @@ dependencies = [ "wast", ] -[[package]] -name = "which" -version = "6.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" -dependencies = [ - "either", - "home", - "rustix", - "winsafe", -] - [[package]] name = "which" version = "7.0.0" diff --git a/Cargo.toml b/Cargo.toml index 578e78898b..f5ea61c4ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ tracing = { version = "0.1.41" } tracing-subscriber = { version = "0.3.17" } trybuild = { version = "1.0.101" } wasm-instrument = { version = "0.4.0" } -which = { version = "6.0.3" } +which = { version = "7.0.0" } xxhash-rust = { version = "0.8" } const_env = { version = "0.1"} wat = { version = "1.221.0" }