build(deps): update rust crate which to 8.0.4

This commit is contained in:
renovate[bot]
2026-06-20 16:52:59 +00:00
committed by GitHub
parent 1111230289
commit cd75be40f3
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4030,9 +4030,9 @@ dependencies = [
[[package]] [[package]]
name = "which" name = "which"
version = "8.0.3" version = "8.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c789537cf2f7f55be8e6192f92e464174ee55f91af622777f7f1ceb0dbccd03e" checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248"
dependencies = [ dependencies = [
"libc", "libc",
] ]
+1 -1
View File
@@ -82,7 +82,7 @@ unicode-segmentation = "1.13.3"
unicode-width = "0.2.2" unicode-width = "0.2.2"
urlencoding = "2.1.3" urlencoding = "2.1.3"
versions = "7.0.0" versions = "7.0.0"
which = "8.0.3" which = "8.0.4"
whoami = { version = "2.1.2", default-features = false, features = ["std", "wasi-wasite"] } whoami = { version = "2.1.2", default-features = false, features = ["std", "wasi-wasite"] }
yaml-rust2 = "0.11.0" yaml-rust2 = "0.11.0"