1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 00:39:02 +02:00

Merge pull request #285 from actix/dep/actix-server

This commit is contained in:
Rob Ede
2021-02-24 09:09:44 +00:00
committed by GitHub

View File

@ -32,7 +32,7 @@ log = "0.4"
mio = { version = "0.7.6", features = ["os-poll", "net"] }
num_cpus = "1.13"
slab = "0.4"
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1.2", features = ["sync"] }
[dev-dependencies]
actix-rt = "2.0.0"