build(deps): update rust crate gethostname to 0.4.1
This commit is contained in:
parent
e01a4cc8d8
commit
9484e7eb01
|
@ -852,9 +852,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gethostname"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "15e2ec67383ed0d1496d3dff6755fc14b6b019efd5238fb4eea7b62272d9863f"
|
||||
checksum = "8a329e22866dd78b35d2c639a4a23d7b950aeae300dfd79f4fb19f74055c2404"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows 0.43.0",
|
||||
|
|
|
@ -47,7 +47,7 @@ clap = { version = "4.0.29", features = ["derive", "cargo", "unicode"] }
|
|||
clap_complete = "4.0.6"
|
||||
dirs-next = "2.0.0"
|
||||
dunce = "1.0.3"
|
||||
gethostname = "0.4.0"
|
||||
gethostname = "0.4.1"
|
||||
git-features = { version = "0.24.1", optional = true }
|
||||
# default feature restriction addresses https://github.com/starship/starship/issues/4251
|
||||
git-repository = { version = "0.29.0", default-features = false, features = ["max-performance-safe"] }
|
||||
|
|
Loading…
Reference in New Issue