build(deps): update rust crate which to 8.0.2

This commit is contained in:
renovate[bot]
2026-03-08 21:08:15 +00:00
committed by GitHub
parent 8952f47d90
commit e0175ae5eb
2 changed files with 4 additions and 18 deletions
Generated
+3 -17
View File
@@ -782,12 +782,6 @@ dependencies = [
"syn 2.0.117",
]
[[package]]
name = "env_home"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
[[package]]
name = "equivalent"
version = "1.0.2"
@@ -4025,13 +4019,11 @@ dependencies = [
[[package]]
name = "which"
version = "8.0.1"
version = "8.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a824aeba0fbb27264f815ada4cff43d65b1741b7a4ed7629ff9089148c4a4e0"
checksum = "81995fafaaaf6ae47a7d0cc83c67caf92aeb7e5331650ae6ff856f7c0c60c459"
dependencies = [
"env_home",
"rustix",
"winsafe",
"libc",
]
[[package]]
@@ -4387,12 +4379,6 @@ dependencies = [
"toml 0.5.11",
]
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "wit-bindgen"
version = "0.51.0"
+1 -1
View File
@@ -81,7 +81,7 @@ unicode-segmentation = "1.12.0"
unicode-width = "0.2.2"
urlencoding = "2.1.3"
versions = "7.0.0"
which = "8.0.1"
which = "8.0.2"
whoami = { version = "2.1.1", default-features = false, features = ["std", "wasi-wasite"] }
yaml-rust2 = "0.11.0"