From 2f44c0f4a53383c81a82f20327757ad5d6337d25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 14:04:30 +0000 Subject: [PATCH] build(deps): update rust crate gethostname to 0.4.3 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41548b0c..c6ebfbda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,12 +964,12 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "199523ba70af2b447640715e8c4bd2b5360313a71d2d69361ae4dd1dc31487dd" +checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" dependencies = [ "libc", - "windows 0.48.0", + "windows-targets 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 31f604ac..e2a53d03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ clap = { version = "4.2.7", features = ["derive", "cargo", "unicode"] } clap_complete = "4.2.3" dirs-next = "2.0.0" dunce = "1.0.4" -gethostname = "0.4.2" +gethostname = "0.4.3" # default feature restriction addresses https://github.com/starship/starship/issues/4251 gix = { version = "0.44.1", default-features = false, features = ["max-performance-safe"] } gix-features = { version = "0.29.0", optional = true }