From 2b843a5c224707022fb4dfd5077fadda57a360e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:04:59 +0000 Subject: [PATCH] chore(deps): bump which from 7.0.3 to 8.0.0 Bumps [which](https://github.com/harryfei/which-rs) from 7.0.3 to 8.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/7.0.3...8.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++++++++- utils/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6783742..22d3e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ "serde_json", "serde_yml", "syntect", - "which 7.0.3", + "which 8.0.0", ] [[package]] @@ -5523,6 +5523,17 @@ dependencies = [ "winsafe", ] +[[package]] +name = "which" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" +dependencies = [ + "env_home", + "rustix 1.0.7", + "winsafe", +] + [[package]] name = "winapi" version = "0.3.9" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 71d4223..5f731bf 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -18,7 +18,7 @@ docker_credential = "1" format_serde_error = "0.3" lenient_semver = "0.4" process_control = { version = "4", features = ["crossbeam-channel"] } -which = "7" +which = "8" cached.workspace = true chrono.workspace = true