Skip to content

Commit e257f73

Browse files
authored
chore: bump io-uring dependency to 0.5.9 (#182)
1 parent 0572c11 commit e257f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["async", "fs", "io-uring"]
2020
tokio = { version = "1.2", features = ["net", "rt"] }
2121
slab = "0.4.2"
2222
libc = "0.2.80"
23-
io-uring = { version = "0.5.8", features = ["unstable"] }
23+
io-uring = { version = "0.5.9", features = ["unstable"] }
2424
socket2 = { version = "0.4.4", features = ["all"] }
2525
bytes = { version = "1.0", optional = true }
2626

0 commit comments

Comments
 (0)