From 3e217e34994923c4ef99aa3209aa9448b9e8b798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Fri, 27 Nov 2020 22:56:32 +0100 Subject: [PATCH] Bump net2 dep to 0.2.36 without invalid SocketAddr convertion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e42523..927e249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ abstractions. winapi = "0.2" kernel32-sys = "0.2" ws2_32-sys = "0.2" -net2 = { version = "0.2.5", default-features = false } +net2 = { version = "0.2.36", default-features = false } [dev-dependencies] rand = "0.3"