diff --git a/Cargo.lock b/Cargo.lock index 0687e63f..3bbd4fb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 1dbd711c..9fc98129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }