1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

update tokio-uring support to 0.4

This commit is contained in:
Rob Ede
2023-01-21 18:46:44 +00:00
parent b00fe72cf6
commit 72c80f9107
2 changed files with 3 additions and 2 deletions

View File

@ -40,8 +40,8 @@ v_htmlescape= "0.15"
# experimental-io-uring
[target.'cfg(target_os = "linux")'.dependencies]
tokio-uring = { version = "0.3", optional = true, features = ["bytes"] }
actix-server = { version = "2.1", optional = true } # ensure matching tokio-uring versions
tokio-uring = { version = "0.4", optional = true, features = ["bytes"] }
actix-server = { version = "2.2", optional = true } # ensure matching tokio-uring versions
[dev-dependencies]
actix-rt = "2.7"