diff --git a/open-coroutine-iouring/Cargo.toml b/open-coroutine-iouring/Cargo.toml index 972b3086..0d2609fa 100644 --- a/open-coroutine-iouring/Cargo.toml +++ b/open-coroutine-iouring/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" readme = "../README.md" [target.'cfg(target_os = "linux")'.dependencies] -io-uring = "0.6.1" +io-uring = "0.7.0" libc = "0.2.147" cfg-if = "1.0.0" once_cell = "1.18.0"