mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate whoami to 1.6.1
This commit is contained in:
Generated
+3
-3
@@ -3960,11 +3960,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "whoami"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
|
||||
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
|
||||
dependencies = [
|
||||
"redox_syscall",
|
||||
"libredox",
|
||||
"wasite",
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@ unicode-width = "0.2.1"
|
||||
urlencoding = "2.1.3"
|
||||
versions = "7.0.0"
|
||||
which = "8.0.0"
|
||||
whoami = { version = "1.6.0", default-features = false }
|
||||
whoami = { version = "1.6.1", default-features = false }
|
||||
yaml-rust2 = "0.10.3"
|
||||
|
||||
guess_host_triple = "0.1.5"
|
||||
|
||||
Reference in New Issue
Block a user