From 2fc48ffe66fed59a4685ac8d987bb0c057773b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:35:38 +0000 Subject: [PATCH] chore(deps): update gethostname requirement from 0.4 to 0.5 Updates the requirements on [gethostname](https://github.com/swsnr/gethostname.rs) to permit the latest version. - [Changelog](https://github.com/swsnr/gethostname.rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/swsnr/gethostname.rs/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: gethostname dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83b3548..308c7fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ bzip2 = "0.4.4" env_logger = "0.11" serial_test = "3.0" pretty_assertions = "1.3" -gethostname = "0.4" +gethostname = "0.5" hex-literal = "0.4" [features]