ws: update simd-json to 0.10.3

This commit is contained in:
Joakim Frostegård 2023-06-03 18:27:54 +02:00
parent 8734855c49
commit fca6cc9fbd
6 changed files with 145 additions and 60 deletions

View file

@ -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]