build(deps): update rust crate gethostname to 0.5.0

This commit is contained in:
renovate[bot] 2024-07-06 08:38:25 +00:00 committed by GitHub
parent ba907fb39d
commit 5cda5d56e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -986,12 +986,12 @@ dependencies = [
[[package]]
name = "gethostname"
version = "0.4.3"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
checksum = "dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30"
dependencies = [
"libc",
"windows-targets 0.48.5",
"rustix",
"windows-targets 0.52.5",
]
[[package]]

View File

@ -47,7 +47,7 @@ clap = { version = "4.5.8", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.7"
dirs = "5.0.1"
dunce = "1.0.4"
gethostname = "0.4.3"
gethostname = "0.5.0"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.63.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.38.2", optional = true }