build(deps): update rust crate gethostname to 0.4.3

This commit is contained in:
renovate[bot] 2023-05-13 14:04:30 +00:00 committed by GitHub
parent a9dd30b9e8
commit 2f44c0f4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -964,12 +964,12 @@ dependencies = [
[[package]]
name = "gethostname"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "199523ba70af2b447640715e8c4bd2b5360313a71d2d69361ae4dd1dc31487dd"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
dependencies = [
"libc",
"windows 0.48.0",
"windows-targets 0.48.0",
]
[[package]]

View File

@ -47,7 +47,7 @@ clap = { version = "4.2.7", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.2.3"
dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.2"
gethostname = "0.4.3"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.44.1", default-features = false, features = ["max-performance-safe"] }
gix-features = { version = "0.29.0", optional = true }