From 9484e7eb01addf9647c9794d7b73fa41503ba128 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:18:19 +0000 Subject: [PATCH] build(deps): update rust crate gethostname to 0.4.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0687e63f6..3bbd4fb90 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 1dbd711cd..9fc98129f 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"] }