From 44f2d3cea58410a8287453d5dc5df4fbc1a46069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Fri, 4 Aug 2023 11:40:01 +0200 Subject: [PATCH] Upgrade socket2 to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a24de98..57a3576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ features = [ [dev-dependencies] rand = "0.8.0" -socket2 = "0.4.0" +socket2 = "0.5.3"