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

server: Replace net2 crate with socket2

This commit is contained in:
Yuki Okushi
2020-05-19 08:17:44 +09:00
parent 49a6f525be
commit 8218a098e8
4 changed files with 21 additions and 13 deletions

View File

@ -29,7 +29,7 @@ actix-utils = "1.0.4"
log = "0.4"
num_cpus = "1.11"
mio = "0.6.19"
net2 = "0.2"
socket2 = "0.3"
futures-channel = { version = "0.3.4", default-features = false }
futures-util = { version = "0.3.4", default-features = false, features = ["sink"] }
slab = "0.4"