From 8b63b59997b3cba80ca4c1912ba1df1d7acf568b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:12:04 +0000 Subject: [PATCH] build(deps): bump gethostname from 0.4.0 to 0.4.1 Bumps [gethostname](https://github.com/swsnr/gethostname.rs) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/swsnr/gethostname.rs/releases) - [Changelog](https://github.com/swsnr/gethostname.rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/swsnr/gethostname.rs/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: gethostname dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbb83f6..b817fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -825,9 +825,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",