From 21dea2114574bbeda41bad5dff5e8e3613352124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Mon, 30 Nov 2020 14:48:28 +0100 Subject: [PATCH] chore(dependencies): upgrade socket2 (#2349) Upgrades to a version not making invalid assumptions about the memory layout of std::net::SocketAddr --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1c93172..c31c6894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ want = "0.3" # Optional -socket2 = { version = "0.3", optional = true } +socket2 = { version = "0.3.16", optional = true } [dev-dependencies] futures-util = { version = "0.3", default-features = false, features = ["alloc"] }