mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build(deps): update rust crate which to 7.0.2
This commit is contained in:
Generated
+2
-2
@@ -3700,9 +3700,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "which"
|
name = "which"
|
||||||
version = "7.0.1"
|
version = "7.0.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028"
|
checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"env_home",
|
"env_home",
|
||||||
|
|||||||
+1
-1
@@ -85,7 +85,7 @@ unicode-segmentation = "1.12.0"
|
|||||||
unicode-width = "0.2.0"
|
unicode-width = "0.2.0"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
versions = "6.3.2"
|
versions = "6.3.2"
|
||||||
which = "7.0.1"
|
which = "7.0.2"
|
||||||
whoami = { version = "1.5.2", default-features = false }
|
whoami = { version = "1.5.2", default-features = false }
|
||||||
yaml-rust2 = "0.9.0"
|
yaml-rust2 = "0.9.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user