ws protocol: mention simd-json v0.7 possible parsing bugs

This commit is contained in:
Joakim Frostegård 2022-11-12 16:34:36 +01:00
parent 4342a3387e
commit 61d5f2571f

View file

@ -24,6 +24,8 @@ anyhow = "1"
hashbrown = { version = "0.13", features = ["serde"] }
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"] }
tungstenite = "0.17"