From a3420ca6ebd312822661440943a013d293640819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 07:15:09 +0000 Subject: [PATCH] Update hostname requirement from 0.3 to 0.4 Updates the requirements on [hostname](https://github.com/djc/hostname) to permit the latest version. - [Release notes](https://github.com/djc/hostname/releases) - [Commits](https://github.com/djc/hostname/compare/v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: hostname dependency-version: 0.4.2 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 7588da93..ca5f40c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ regex = "1.10" url = "2.5" libc = "0.2" rand = "0.9" -hostname = "0.3" +hostname = "0.4" # SSH support - only when needed russh = { version = "0.53", optional = true }