mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 22:07:42 +02:00
use direct tokio exports where possible
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user