From 62e24b710c92327ab1576077ad8c41f4258e952d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Thu, 21 Jan 2021 18:21:19 +0100 Subject: [PATCH] chore: upgrade mio dependency (#3207) Brings in versions of net2 and miow that does not make invalid memory layout assumptions on std::net::SocketAddr --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index adb5b9a29..647c6c974 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -101,7 +101,7 @@ fnv = { version = "1.0.6", optional = true } futures-core = { version = "0.3.0", optional = true } lazy_static = { version = "1.4.0", optional = true } memchr = { version = "2.2", optional = true } -mio = { version = "0.6.20", optional = true } +mio = { version = "0.6.23", optional = true } iovec = { version = "0.1.4", optional = true } num_cpus = { version = "1.8.0", optional = true } parking_lot = { version = "0.11.0", optional = true } # Not in full