From 0cb6dc3a585ee06f7022efaa88818acd51c1efdc Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:30:26 +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 f2592bf9..9fc1d9f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ slog-bunyan = "2.5" socket2 = { version = "0.5", features = ["all"] } ispf = { git = "https://github.com/oxidecomputer/ispf" } serde = { version = "1.0.206", features = ["derive"] } -hostname = "0.3" +hostname = "0.4" thiserror = "1.0" dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" } schemars = { version = "0.8", features = [ "uuid1", "chrono" ] }