mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
ws: upgrade tungstenite
This commit is contained in:
parent
1667339ee5
commit
c2f7b6ed92
6 changed files with 13 additions and 10 deletions
|
|
@ -25,7 +25,7 @@ hashbrown = { version = "0.14", features = ["serde"] }
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = { version = "0.10", features = ["allow-non-simd"] }
|
||||
tungstenite = "0.19"
|
||||
tungstenite = "0.20"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue