mirror of
https://github.com/starship/starship.git
synced 2024-11-22 00:04:05 +01:00
build(deps): update rust crate gethostname to 0.5.0
This commit is contained in:
parent
ba907fb39d
commit
5cda5d56e6
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -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]]
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user