chore(deps): update rust crate which to v8 (#13711)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-05 14:59:02 +02:00 committed by GitHub
parent a8f1569b04
commit 83032e273b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 17 deletions

18
Cargo.lock generated
View File

@ -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"

View File

@ -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"

View File

@ -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"