aquatic_ws: use socket2 instead of net2

This commit is contained in:
Joakim Frostegård 2020-05-25 18:24:36 +02:00
parent 5c07370786
commit 1ec4745f45
3 changed files with 14 additions and 16 deletions

View file

@ -25,12 +25,12 @@ log = "0.4"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
native-tls = "0.2"
net2 = "0.2"
parking_lot = "0.10"
privdrop = "0.3"
rand = { version = "0.7", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
socket2 = { version = "0.3", features = ["reuseport"] }
simplelog = "0.8"
tungstenite = "0.10"