diff --git a/Cargo.lock b/Cargo.lock index 5c1983f63..1fd6a12d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index bb9cc26bc..1c8da2805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }