diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 3d82f8a76..f7c51d2d3 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -40,7 +40,7 @@ v_htmlescape = "0.15.5" # experimental-io-uring [target.'cfg(target_os = "linux")'.dependencies] -tokio-uring = { version = "0.4", optional = true, features = ["bytes"] } +tokio-uring = { version = "0.5", optional = true, features = ["bytes"] } actix-server = { version = "2.2", optional = true } # ensure matching tokio-uring versions [dev-dependencies]