From 679120a605ba9f221211b6338f90daf1c11b3ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:58:20 +0000 Subject: [PATCH] build(deps): bump which from 6.0.3 to 7.0.0 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] --- Cargo.lock | 16 ++-------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25a23dd..1e60e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,7 +888,7 @@ dependencies = [ "terminal_size", "test-with", "threadpool", - "which 6.0.3", + "which", ] [[package]] @@ -1555,7 +1555,7 @@ dependencies = [ "quote", "regex", "syn", - "which 7.0.0", + "which", ] [[package]] @@ -1922,18 +1922,6 @@ dependencies = [ "rustls-pki-types", ] -[[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 1010c92..d7f454b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ test-with = { version = "0.14.5", default-features = false, features = [ ] } threadpool = "1.8.1" toml = { version = "0.8.19" } -which = "6.0.3" +which = "7.0.0" # The profile that 'cargo dist' will build with [profile.dist]