From 23227f7274195914ec8ddbc71d0cf10ea4ca6cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:46:36 +0000 Subject: [PATCH] build(deps): bump gethostname from 0.2.3 to 0.3.0 Bumps [gethostname](https://github.com/lunaryorn/gethostname.rs) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/lunaryorn/gethostname.rs/releases) - [Changelog](https://github.com/lunaryorn/gethostname.rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/lunaryorn/gethostname.rs/compare/v0.2.3...v0.3.0) --- updated-dependencies: - dependency-name: gethostname dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b350c2c..40cfd4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -729,9 +729,9 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.2.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" +checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 8360661..f41430f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ prettytable-rs = {version = "0.9", default-features = false } bytesize = "1" indicatif = "0.17" path-absolutize = "3" -gethostname = "0.2" +gethostname = "0.3" humantime = "2" users = "0.11" itertools = "0.10"