From 848bf693a4147db2651887f17751be11ba24e5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:40:05 -0400 Subject: [PATCH] build: bump gethostname from 0.2.2 to 0.2.3 (#3748) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4ea96c6..0d62da5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,9 +655,9 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1" +checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index f67765fb..f38b4c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ clap = { version = "3.1.6", features = ["derive", "cargo", "unicode"] } clap_complete = "3.1.1" directories-next = "2.0.0" dunce = "1.0.2" -gethostname = "0.2.2" +gethostname = "0.2.3" git2 = { version = "0.13.25", default-features = false } indexmap = { version = "1.8.0", features = ["serde"] } local_ipaddress = "0.1.3"