From 61c6cc781e98db05ef8959b3fd04023fc4c8d3be Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Sat, 5 Jul 2025 11:58:39 +0200 Subject: [PATCH] Update to socket2 v0.6 --- tokio-postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index f969ae5b7..803ff266d 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -66,7 +66,7 @@ rand = "0.9.0" whoami = "1.4.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -socket2 = { version = "0.5", features = ["all"] } +socket2 = { version = "0.6", features = ["all"] } [dev-dependencies] futures-executor = "0.3"