build(deps): update rust crate which to 7.0.2

This commit is contained in:
renovate[bot]
2025-02-06 09:25:36 +00:00
committed by GitHub
parent db1e407bb2
commit eede6d97c2
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3700,9 +3700,9 @@ dependencies = [
[[package]]
name = "which"
version = "7.0.1"
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028"
checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
dependencies = [
"either",
"env_home",
+1 -1
View File
@@ -85,7 +85,7 @@ unicode-segmentation = "1.12.0"
unicode-width = "0.2.0"
urlencoding = "2.1.3"
versions = "6.3.2"
which = "7.0.1"
which = "7.0.2"
whoami = { version = "1.5.2", default-features = false }
yaml-rust2 = "0.9.0"