build(deps): update rust crate gethostname to 0.4.2

This commit is contained in:
renovate[bot] 2023-04-13 06:48:30 +00:00
parent 7daddbe620
commit b2f902b3e9
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -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]]

View file

@ -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 }