mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
ws: upgrade tungstenite
This commit is contained in:
parent
1667339ee5
commit
c2f7b6ed92
6 changed files with 13 additions and 10 deletions
|
|
@ -28,7 +28,7 @@ aquatic_toml_config.workspace = true
|
|||
aquatic_ws_protocol.workspace = true
|
||||
|
||||
anyhow = "1"
|
||||
async-tungstenite = "0.22"
|
||||
async-tungstenite = "0.23"
|
||||
cfg-if = "1"
|
||||
futures = "0.3"
|
||||
futures-lite = "1"
|
||||
|
|
@ -49,7 +49,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
signal-hook = { version = "0.3" }
|
||||
slab = "0.4"
|
||||
socket2 = { version = "0.5", features = ["all"] }
|
||||
tungstenite = "0.19"
|
||||
tungstenite = "0.20"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue