Skip to content

Commit

Permalink
Cargo.toml: upgrade io-uring to v0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Dec 28, 2024
1 parent 61fbe07 commit 2f0849a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ anyhow = {version = "1.0.66", features = ["default"]}

[dependencies]
libc = "0.2"
io-uring = "0.6.0"
io-uring = {version="0.7.2", features = ["bindgen", "overwrite"]}
serde = {version = "1.0.99", features = ["derive"]}
serde_json = "1.0.79"
bitmaps = "3.2.0"
Expand Down

0 comments on commit 2f0849a

Please sign in to comment.