From be5ae7d0e3d78d8da8d920d990c1c4d733a63e45 Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Tue, 29 Apr 2025 10:38:01 -0400 Subject: [PATCH] Bump io_uring dependency to 0.7.5 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index f23aeeeb0..8633cc3b0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -30,7 +30,7 @@ testvfs = ["limbo_ext_tests/static"] fuzz = [] [target.'cfg(target_os = "linux")'.dependencies] -io-uring = { version = "0.6.1", optional = true } +io-uring = { version = "0.7.5", optional = true } [target.'cfg(target_family = "unix")'.dependencies] polling = "3.7.2"