diff --git a/Cargo.toml b/Cargo.toml index 0805ba7f..9c4a78fd 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.219", features = ["derive"] } -hostname = "0.3" +hostname = "0.4" thiserror = "1.0" dropshot = { version = "0.16.0", features = [ "usdt-probes" ] } schemars = { version = "0.8", features = [ "uuid1", "chrono" ] }