We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d1e2d commit 6f936dcCopy full SHA for 6f936dc
Cargo.toml
@@ -21,7 +21,7 @@ futures-util = "0.3"
21
futures-sink = "0.3"
22
keyed_priority_queue = "0.4"
23
lru = "0.12.0"
24
-mio = { version = "0.8.0", features = ["os-poll", "net"] }
+mio = { version = "1", features = ["os-poll", "net"] }
25
mysql_common = { version = "0.32", default-features = false }
26
pem = "3.0"
27
percent-encoding = "2.1.0"
0 commit comments