mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
build(deps): update rust crate which to 6.0.2
This commit is contained in:
parent
de50a84a30
commit
1b90812879
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3364,9 +3364,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
||||
|
||||
[[package]]
|
||||
name = "which"
|
||||
version = "6.0.1"
|
||||
version = "6.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
|
||||
checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075"
|
||||
dependencies = [
|
||||
"either",
|
||||
"home",
|
||||
|
@ -86,7 +86,7 @@ unicode-segmentation = "1.11.0"
|
||||
unicode-width = "0.1.13"
|
||||
urlencoding = "2.1.3"
|
||||
versions = "6.3.0"
|
||||
which = "6.0.1"
|
||||
which = "6.0.2"
|
||||
yaml-rust2 = "0.8.1"
|
||||
|
||||
process_control = { version = "4.1.0", features = ["crossbeam-channel"] }
|
||||
|
Loading…
Reference in New Issue
Block a user