mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build(deps): update rust crate whoami to 2.0.2
This commit is contained in:
Generated
+2
-2
@@ -3900,9 +3900,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "whoami"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "80a0d55c8d8f68772be4533e238da83f3a7adada2a85f2c3059099e5f054ebc4"
|
||||
checksum = "ace4d5c7b5ab3d99629156d4e0997edbe98a4beb6d5ba99e2cae830207a81983"
|
||||
dependencies = [
|
||||
"libredox",
|
||||
"wasite",
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@ unicode-width = "0.2.2"
|
||||
urlencoding = "2.1.3"
|
||||
versions = "7.0.0"
|
||||
which = "8.0.0"
|
||||
whoami = { version = "2.0.1", default-features = false, features = ["std", "wasi-wasite"] }
|
||||
whoami = { version = "2.0.2", default-features = false, features = ["std", "wasi-wasite"] }
|
||||
yaml-rust2 = "0.11.0"
|
||||
|
||||
guess_host_triple = "0.1.5"
|
||||
|
||||
Reference in New Issue
Block a user