mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
Upgrade tungstenite to 0.18, async-tungstenite to 0.19
This commit is contained in:
parent
f18348d1d0
commit
d53d0a64e6
4 changed files with 10 additions and 21 deletions
|
|
@ -27,7 +27,7 @@ serde_json = "1"
|
|||
# simd-json version 0.7 seems to have bugs in string parsing
|
||||
# with custom visitor, where it includes quotes in strings
|
||||
simd-json = { version = "0.6", features = ["allow-non-simd"] }
|
||||
tungstenite = "0.17"
|
||||
tungstenite = "0.18"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue