From 4eeb1429fdafffcda492474f052fbbfeef7b8263 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 25 Jun 2025 21:58:12 -0400 Subject: [PATCH] [rust] Update which from 7.0.3 to 8.0.0 --- rust/Cargo.lock | 11 ++--------- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 63446c9e1f409..62ad2beb0ff25 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -605,12 +605,6 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" -[[package]] -name = "either" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" - [[package]] name = "env_filter" version = "0.1.0" @@ -2606,11 +2600,10 @@ dependencies = [ [[package]] name = "which" -version = "7.0.3" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" +checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" dependencies = [ - "either", "env_home", "rustix 1.0.7", "winsafe", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a822a5a10eca4..79c5bd13f8df1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -35,7 +35,7 @@ walkdir = "2.5.0" debpkg = "0.6.0" anyhow = { version = "1.0.98", default-features = false, features = ["backtrace", "std"] } apple-flat-package = "0.20.0" -which = "7.0.3" +which = "8.0.0" fs2 = "0.4.3" fs_extra = "1.3.0"