mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
Upgrade tungstenite to version 0.12
This commit is contained in:
parent
f9626ade57
commit
405df71371
5 changed files with 33 additions and 96 deletions
|
|
@ -22,7 +22,7 @@ hashbrown = { version = "0.9", features = ["serde"] }
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = { version = "0.3", features = ["allow-non-simd"] }
|
||||
tungstenite = "0.11"
|
||||
tungstenite = "0.12"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue