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

use direct tokio exports where possible

This commit is contained in:
Rob Ede
2022-10-30 20:25:10 +00:00
parent 428914e65e
commit 00654aadc5
7 changed files with 14 additions and 15 deletions

View File

@ -40,8 +40,8 @@ tracing = { version = "0.1.30", default-features = false, features = ["log"] }
tokio-uring = { version = "0.3", optional = true }
[dev-dependencies]
actix-codec = "0.5.0"
actix-rt = "2.6.0"
actix-codec = "0.5"
actix-rt = "2.6"
bytes = "1"
env_logger = "0.9"