From 6ffbdc86ed9e0ce15b8b291262af4e6dec6676d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:32:00 +0000 Subject: [PATCH] chore(deps): update gethostname requirement from 0.5 to 1.1 Updates the requirements on gethostname to permit the latest version. --- updated-dependencies: - dependency-name: gethostname dependency-version: 1.1.0 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 dd0ce48..1623480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ embed-resource = "3" env_logger = "0.11" filenamegen = "0.2.6" futures = "0.3" -gethostname = "0.5" +gethostname = "1.1" hex = { version = "0.4", features = ["std"] } home = "0.5" itertools = "0.14"