From 7050a9d55d7aec0fea94874ec8d6e498d7c575af 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:56 +0000 Subject: [PATCH] Update Rust crate socket2 to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54658a42..f98c64b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ slog-term = "2.9" slog-envlogger = "2.2" slog-async = "2.8" slog-bunyan = "2.5" -socket2 = { version = "0.5", features = ["all"] } +socket2 = { version = "0.6", features = ["all"] } ispf = { git = "https://github.com/oxidecomputer/ispf" } serde = { version = "1.0.228", features = ["derive"] } hostname = "0.3"