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

remove usage of mio::net::TcpSocket (#413)

This commit is contained in:
fakeshadow
2021-11-07 22:18:23 +08:00
committed by GitHub
parent 161d1ee94b
commit 3f49d8ab54
4 changed files with 31 additions and 24 deletions

View File

@ -29,6 +29,7 @@ futures-core = { version = "0.3.7", default-features = false, features = ["alloc
log = "0.4"
mio = { version = "0.7.6", features = ["os-poll", "net"] }
num_cpus = "1.13"
socket2 = "0.4.2"
tokio = { version = "1.5.1", features = ["sync"] }
[dev-dependencies]