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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-01 23:12:04 +00:00 committed by GitHub
parent ad6e7e26b0
commit 8b63b59997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -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",