From 0be8fb78e881b2d12f8d115e93c55af2e3fe07af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:01:19 +0000 Subject: [PATCH] fix(deps): update rust crate hostname to 0.0.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6ceafd..deb08f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ textwrap = { workspace = true } # -hostname = { optional = true, version = "0.0.1", package = "uu_hostname", path = "src/uu/hostname" } +hostname = { optional = true, version = "0.0.28", package = "uu_hostname", path = "src/uu/hostname" } [dev-dependencies] pretty_assertions = "1.4.0"