From 94eee8f566fb76f7702569b4a55a7d4b965ba807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 03:08:15 +0000 Subject: [PATCH] Update io-uring requirement from 0.6.1 to 0.7.1 --- updated-dependencies: - dependency-name: io-uring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- open-coroutine-iouring/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-coroutine-iouring/Cargo.toml b/open-coroutine-iouring/Cargo.toml index 972b3086..4477f326 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.1" libc = "0.2.147" cfg-if = "1.0.0" once_cell = "1.18.0"