mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_udp: use socket2 instead of net2
This commit is contained in:
parent
1ec4745f45
commit
96991562e3
3 changed files with 13 additions and 16 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -43,13 +43,13 @@ dependencies = [
|
|||
"indexmap",
|
||||
"mimalloc",
|
||||
"mio",
|
||||
"net2",
|
||||
"parking_lot",
|
||||
"privdrop",
|
||||
"quickcheck",
|
||||
"quickcheck_macros",
|
||||
"rand",
|
||||
"serde",
|
||||
"socket2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue