From 38583a69e9f7c7fc9a50581251bc21658918bfe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Fri, 13 Nov 2020 13:37:52 +0100 Subject: [PATCH] Bump socket2 dependency to a version that does not assume memory layout https://github.com/rust-lang/socket2-rs/pull/120 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0cc90d3..ee5136c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ default-target = "x86_64-pc-windows-msvc" targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"] [dependencies] -socket2 = "0.3" +socket2 = "0.3.16" [dependencies.winapi] version = "0.3.3"