From f69fcf8edcace39598191de91c5aa19f3c3f6a6c Mon Sep 17 00:00:00 2001 From: Han Xu Date: Tue, 27 Jan 2026 13:27:56 -0800 Subject: [PATCH] Try out lower mio version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28476214..12aa83f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ fastrand = "2.3" flume = { version = "0.11", default-features = false } # channel between threads if-addrs = { version = "0.14", features = ["link-local"] } # get local IP addresses log = { version = "0.4", optional = true } # logging -mio = { version = "1.1", features = ["os-poll", "net"] } # select/poll sockets +mio = { version = "1.0.4", features = ["os-poll", "net"] } # select/poll sockets socket2 = { version = "0.6", features = ["all"] } # socket APIs socket-pktinfo = "0.3.2"