aquatic_udp: use socket2 instead of net2

This commit is contained in:
Joakim Frostegård 2020-05-25 18:33:07 +02:00
parent 1ec4745f45
commit 96991562e3
3 changed files with 13 additions and 16 deletions

2
Cargo.lock generated
View file

@ -43,13 +43,13 @@ dependencies = [
"indexmap",
"mimalloc",
"mio",
"net2",
"parking_lot",
"privdrop",
"quickcheck",
"quickcheck_macros",
"rand",
"serde",
"socket2",
]
[[package]]