From 5cda5d56e69469f846160f44ee79035268d5a5c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:38:25 +0000 Subject: [PATCH] build(deps): update rust crate gethostname to 0.5.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c03a516f..84f1dc8b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index a9a2bc4ac..9512eeca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }