mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:57:16 +00:00
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:
parent
a8f1569b04
commit
83032e273b
18
Cargo.lock
generated
18
Cargo.lock
generated
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user