From 828562e0ccc33812268d4ef48248aa049f4cbbf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 21:59:59 -0400 Subject: [PATCH] chore(deps): bump gethostname from 0.4.3 to 0.5.0 (#623) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eb93ad5..f0a805fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,12 +817,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.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3855ac12..29b91f5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ ctrlc = { version = "3.4.4", features = ["termination"] } duct = "0.13.6" flate2 = "1.0.30" fs4 = "0.8.4" -gethostname = "0.4.3" +gethostname = "0.5.0" git-url-parse = "0.4.4" git2 = { version = "0.19.0", features = ["vendored-libgit2"] } glob = "0.3.1"