mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-25 03:16:01 +00:00
build(deps): update rust crate gethostname to 0.4.2
This commit is contained in:
parent
7daddbe620
commit
b2f902b3e9
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -938,12 +938,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "gethostname"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a329e22866dd78b35d2c639a4a23d7b950aeae300dfd79f4fb19f74055c2404"
|
||||
checksum = "199523ba70af2b447640715e8c4bd2b5360313a71d2d69361ae4dd1dc31487dd"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows 0.43.0",
|
||||
"windows 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -47,7 +47,7 @@ clap = { version = "4.2.1", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "4.2.0"
|
||||
dirs-next = "2.0.0"
|
||||
dunce = "1.0.3"
|
||||
gethostname = "0.4.1"
|
||||
gethostname = "0.4.2"
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
gix = { version = "0.43.1", default-features = false, features = ["max-performance-safe"] }
|
||||
gix-features = { version = "0.28.1", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user