From 8650843520b941cac7cc0b457e4bbc694853ce72 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:15:42 +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 54658a42..38b21497 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.228", features = ["derive"] } -hostname = "0.3" +hostname = "0.4" thiserror = "1.0" dropshot = { version = "0.16.6", features = [ "usdt-probes" ] } dropshot-api-manager = "0.2.4"