From 2283a7fe4e4a8c915912fa7936b0da4cab0c7e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 03:32:33 +0000 Subject: [PATCH] chore(deps): bump which from 8.0.0 to 8.0.1 Bumps [which](https://github.com/harryfei/which-rs) from 8.0.0 to 8.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/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c85fd3..f9d4149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,9 +601,9 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "which" -version = "8.0.0" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" +checksum = "3a824aeba0fbb27264f815ada4cff43d65b1741b7a4ed7629ff9089148c4a4e0" dependencies = [ "env_home", "rustix", diff --git a/Cargo.toml b/Cargo.toml index f386164..ed219b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ yaml_serde = "0.10.3" regex = "1.12.3" preferences = "2.0" semver = "1.0.26" -which = "8.0.0" +which = "8.0.1" once_cell = "1.21.3" console = "0.16.2"