1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 08:00:51 +00:00

build(deps): update rust crate which to 4.4.0

This commit is contained in:
renovate[bot] 2023-01-20 09:31:13 +00:00
parent 8f13b0fd56
commit a79f8f8aa0
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3381,9 +3381,9 @@ dependencies = [
[[package]]
name = "which"
version = "4.3.0"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
dependencies = [
"either",
"libc",

View File

@ -86,7 +86,7 @@ unicode-segmentation = "1.10.0"
unicode-width = "0.1.10"
urlencoding = "2.1.2"
versions = "4.1.0"
which = "4.3.0"
which = "4.4.0"
yaml-rust = "0.4.5"
process_control = { version = "4.0.1", features = ["crossbeam-channel"] }