Skip to content

Commit 62e24b7

Browse files
authored
chore: upgrade mio dependency (#3207)
Brings in versions of net2 and miow that does not make invalid memory layout assumptions on std::net::SocketAddr
1 parent dccc58a commit 62e24b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fnv = { version = "1.0.6", optional = true }
101101
futures-core = { version = "0.3.0", optional = true }
102102
lazy_static = { version = "1.4.0", optional = true }
103103
memchr = { version = "2.2", optional = true }
104-
mio = { version = "0.6.20", optional = true }
104+
mio = { version = "0.6.23", optional = true }
105105
iovec = { version = "0.1.4", optional = true }
106106
num_cpus = { version = "1.8.0", optional = true }
107107
parking_lot = { version = "0.11.0", optional = true } # Not in full

0 commit comments

Comments
 (0)