From f7f10805cde915814fdd8ad6550128dbb707186f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:14:48 +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 0854a11f..23cc18ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,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.219", features = ["derive"] } hostname = "0.3"