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 0572c11 commit e257f73Copy full SHA for e257f73
Cargo.toml
@@ -20,7 +20,7 @@ keywords = ["async", "fs", "io-uring"]
20
tokio = { version = "1.2", features = ["net", "rt"] }
21
slab = "0.4.2"
22
libc = "0.2.80"
23
-io-uring = { version = "0.5.8", features = ["unstable"] }
+io-uring = { version = "0.5.9", features = ["unstable"] }
24
socket2 = { version = "0.4.4", features = ["all"] }
25
bytes = { version = "1.0", optional = true }
26
0 commit comments