From befff2a790eca91bc5898bf4d257bb161715f750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:54:04 +0000 Subject: [PATCH] Update gethostname requirement from 0.4.0 to 0.5.0 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 0418660..0857a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ hex = "0.4.3" futures = "0.3.21" sha3 = { version = "0.10.0", default-features = false } log = { version = "0.4.11", default-features = false } -gethostname = { version = "0.4.0", default-features = false } +gethostname = { version = "0.5.0", default-features = false } uuid = { version = "1.0.0", default-features = false, features = ["v4"] } reqwest = { version = "0.12.4", default-features = false, features = ["json", "stream", "rustls-tls"] } tokio = { version = "1.18.4", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }