build(deps): update rust crate which to v5 (#5505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
746a962020
commit
404d231a52
|
@ -3345,14 +3345,15 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|||
|
||||
[[package]]
|
||||
name = "which"
|
||||
version = "4.4.2"
|
||||
version = "5.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
||||
checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14"
|
||||
dependencies = [
|
||||
"either",
|
||||
"home",
|
||||
"once_cell",
|
||||
"rustix 0.38.11",
|
||||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -86,7 +86,7 @@ unicode-segmentation = "1.10.1"
|
|||
unicode-width = "0.1.11"
|
||||
urlencoding = "2.1.3"
|
||||
versions = "5.0.1"
|
||||
which = "4.4.2"
|
||||
which = "5.0.0"
|
||||
yaml-rust = "0.4.5"
|
||||
|
||||
process_control = { version = "4.0.3", features = ["crossbeam-channel"] }
|
||||
|
|
Loading…
Reference in New Issue