From aab9277775b7b49a3b995a84bad2a01659c7ab6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 02:05:34 -0500 Subject: build: bump gethostname from 0.2.1 to 0.2.2 (#3453) Bumps gethostname from 0.2.1 to 0.2.2. --- updated-dependencies: - dependency-name: gethostname dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 9a42644c9..2851ea5cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,9 +624,9 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028" +checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 5d383935b..e47cc5b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ log = { version = "0.4.14", features = ["std"] } starship-battery = { version = "0.7.9", optional = true } path-slash = "0.1.4" unicode-segmentation = "1.8.0" -gethostname = "0.2.1" +gethostname = "0.2.2" once_cell = "1.9.0" chrono = "0.4.19" sys-info = "0.9.1" -- cgit v1.2.3