From 006949f04ca95ca7e8a7c51ff2a2b1448b5a7de8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 05:50:33 +0000 Subject: [PATCH] Update Rust crate hostname to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f18cff2..89572d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ slog-bunyan = "2.5" socket2 = { version = "0.5", features = ["all"] } ispf = { git = "https://github.com/oxidecomputer/ispf" } serde = { version = "1.0.219", features = ["derive"] } -hostname = "0.3" +hostname = "0.4" thiserror = "1.0" dropshot = { version = "0.16.4", features = [ "usdt-probes" ] } dropshot-api-manager = "0.2.2"