From 58ad7fe7a998c397f82836492ae59ee72ebd0271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:01:11 +0000 Subject: [PATCH] chore(deps)(deps): bump which from 7.0.3 to 8.0.3 Bumps [which](https://github.com/harryfei/which-rs) from 7.0.3 to 8.0.3. - [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.3...8.0.3) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++------------------ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a808cfb..d0ac1d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1746,12 +1746,6 @@ dependencies = [ "regex", ] -[[package]] -name = "env_home" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" - [[package]] name = "env_logger" version = "0.11.10" @@ -6392,14 +6386,11 @@ dependencies = [ [[package]] name = "which" -version = "7.0.3" +version = "8.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" +checksum = "c789537cf2f7f55be8e6192f92e464174ee55f91af622777f7f1ceb0dbccd03e" dependencies = [ - "either", - "env_home", - "rustix 1.1.4", - "winsafe", + "libc", ] [[package]] @@ -6749,12 +6740,6 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" -[[package]] -name = "winsafe" -version = "0.0.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" - [[package]] name = "wit-bindgen" version = "0.51.0" diff --git a/Cargo.toml b/Cargo.toml index 2250f6e..eafbd99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ crossterm = { version = "0.28", optional = true } crossbeam-channel = "0.5" rayon = "1" notify = { version = "8.2.0", optional = true } -which = "7" +which = "8" dunce = "1" tokei = "14.0.0" tree-sitter = "0.26"