mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
ws: update simd-json to 0.10.3
This commit is contained in:
parent
8734855c49
commit
fca6cc9fbd
6 changed files with 145 additions and 60 deletions
|
|
@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
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"] }
|
||||
simd-json = { version = "0.10", features = ["allow-non-simd"] }
|
||||
tungstenite = "0.19"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue