diff --git a/compio-driver/Cargo.toml b/compio-driver/Cargo.toml index 12f73b9d..2bcfd25b 100644 --- a/compio-driver/Cargo.toml +++ b/compio-driver/Cargo.toml @@ -57,7 +57,7 @@ windows-sys = { workspace = true, features = [ # Linux specific dependencies [target.'cfg(target_os = "linux")'.dependencies] -io-uring = { version = "0.6.2", optional = true } +io-uring = { version = "0.7.0", optional = true } polling = { version = "3.3.0", optional = true } os_pipe = { workspace = true, optional = true } paste = { workspace = true }