From 83032e273be93b468d686cec54d7e3b3e232eb8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:59:02 +0200 Subject: [PATCH] chore(deps): update rust crate which to v8 (#13711) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 18 +++--------------- crates/tauri-bundler/Cargo.toml | 2 +- crates/tauri-driver/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93e339b1c..b069038ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1085,7 +1085,7 @@ dependencies = [ "thiserror 2.0.12", "toml 0.9.4", "ureq", - "which 8.0.0", + "which", "windows 0.61.1", "x509-certificate 0.24.0", ] @@ -8562,7 +8562,7 @@ dependencies = [ "url", "uuid", "walkdir", - "which 7.0.1", + "which", "windows-registry 0.5.0", "windows-sys 0.60.2", "zip 4.0.0", @@ -8699,7 +8699,7 @@ dependencies = [ "signal-hook", "signal-hook-tokio", "tokio", - "which 7.0.1", + "which", "win32job", ] @@ -10215,18 +10215,6 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" -[[package]] -name = "which" -version = "7.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028" -dependencies = [ - "either", - "env_home", - "rustix 0.38.43", - "winsafe", -] - [[package]] name = "which" version = "8.0.0" diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index 7fe0b3f60..54b00ed72 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/crates/tauri-bundler/Cargo.toml @@ -67,7 +67,7 @@ md5 = "0.8" rpm = { version = "0.16", features = ["bzip2-compression"] } [target."cfg(unix)".dependencies] -which = "7" +which = "8" [lib] name = "tauri_bundler" diff --git a/crates/tauri-driver/Cargo.toml b/crates/tauri-driver/Cargo.toml index 5c833121c..ad44b8a89 100644 --- a/crates/tauri-driver/Cargo.toml +++ b/crates/tauri-driver/Cargo.toml @@ -28,7 +28,7 @@ pico-args = "0.5" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["macros"] } -which = "7" +which = "8" [target."cfg(unix)".dependencies] signal-hook = "0.3"