mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_ws: use socket2 instead of net2
This commit is contained in:
parent
5c07370786
commit
1ec4745f45
3 changed files with 14 additions and 16 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -105,7 +105,6 @@ dependencies = [
|
|||
"mimalloc",
|
||||
"mio",
|
||||
"native-tls",
|
||||
"net2",
|
||||
"parking_lot",
|
||||
"privdrop",
|
||||
"quickcheck",
|
||||
|
|
@ -114,6 +113,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"simplelog",
|
||||
"socket2",
|
||||
"tungstenite",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue