From 1fd825d57e087075d4181624219edafa0ca4085b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:21:13 +0000 Subject: [PATCH] chore(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 89f0f003..2b104a5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1908,12 +1908,6 @@ dependencies = [ "log", ] -[[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.9" @@ -8772,14 +8766,11 @@ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" [[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.3", - "winsafe", + "libc", ] [[package]] @@ -9151,12 +9142,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "winsafe" -version = "0.0.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" - [[package]] name = "wiremock" version = "0.6.5" diff --git a/Cargo.toml b/Cargo.toml index 7d733f22..a0f40b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ console = "0.16" glob = "0.3" # Binary discovery (init system detection) -which = "7.0" +which = "8.0" # File watcher for live skill reloads in the TUI notify = { version = "8", default-features = false, features = ["macos_fsevent"] }