From b28aeb55aada40ea87c8c838025bdcfd461c6e15 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 4 May 2026 16:43:30 -0400 Subject: [PATCH] chore(dependencies): bump socket2 to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e958f494..f02db239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ipnet = { version = "2.9", optional = true } libc = { version = "0.2", optional = true } percent-encoding = { version = "2.3", optional = true } pin-project-lite = "0.2.4" -socket2 = { version = ">=0.5.9, <0.7", optional = true, features = ["all"] } +socket2 = { version = "0.6", optional = true, features = ["all"] } tracing = { version = "0.1", default-features = false, features = ["std"], optional = true } tokio = { version = "1", optional = true, default-features = false } tower-layer = { version = "0.3", optional = true }