mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Upgrade socket2 to v0.5
This commit is contained in:
parent
50647d0774
commit
a0255ff919
6 changed files with 24 additions and 15 deletions
|
|
@ -46,7 +46,7 @@ rustls-pemfile = "1"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
signal-hook = { version = "0.3" }
|
||||
slab = "0.4"
|
||||
socket2 = { version = "0.4", features = ["all"] }
|
||||
socket2 = { version = "0.5", features = ["all"] }
|
||||
tungstenite = "0.18"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue