mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate which to 8.0.4
This commit is contained in:
Generated
+2
-2
@@ -4030,9 +4030,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "which"
|
name = "which"
|
||||||
version = "8.0.3"
|
version = "8.0.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c789537cf2f7f55be8e6192f92e464174ee55f91af622777f7f1ceb0dbccd03e"
|
checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -82,7 +82,7 @@ unicode-segmentation = "1.13.3"
|
|||||||
unicode-width = "0.2.2"
|
unicode-width = "0.2.2"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
versions = "7.0.0"
|
versions = "7.0.0"
|
||||||
which = "8.0.3"
|
which = "8.0.4"
|
||||||
whoami = { version = "2.1.2", default-features = false, features = ["std", "wasi-wasite"] }
|
whoami = { version = "2.1.2", default-features = false, features = ["std", "wasi-wasite"] }
|
||||||
yaml-rust2 = "0.11.0"
|
yaml-rust2 = "0.11.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user