mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_ws: upgrade to tungstenite 0.11
This commit is contained in:
parent
809d16919d
commit
c7be84a61e
3 changed files with 6 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
serde_json = "1"
|
||||
socket2 = { version = "0.3", features = ["reuseport"] }
|
||||
simplelog = "0.8"
|
||||
tungstenite = "0.10"
|
||||
tungstenite = "0.11"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue