mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
build(deps): update rust crate whoami to 1.6.0
This commit is contained in:
Generated
+2
-2
@@ -3794,9 +3794,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "whoami"
|
name = "whoami"
|
||||||
version = "1.5.2"
|
version = "1.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"redox_syscall",
|
"redox_syscall",
|
||||||
"wasite",
|
"wasite",
|
||||||
|
|||||||
+1
-1
@@ -88,7 +88,7 @@ unicode-width = "0.2.0"
|
|||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
versions = "7.0.0"
|
versions = "7.0.0"
|
||||||
which = "7.0.2"
|
which = "7.0.2"
|
||||||
whoami = { version = "1.5.2", default-features = false }
|
whoami = { version = "1.6.0", default-features = false }
|
||||||
yaml-rust2 = "0.10.0"
|
yaml-rust2 = "0.10.0"
|
||||||
|
|
||||||
guess_host_triple = "0.1.4"
|
guess_host_triple = "0.1.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user