Upgrade tungstenite

This commit is contained in:
Joakim Frostegård 2021-08-16 23:22:56 +02:00
parent 81dca0fb50
commit fae0692f90
5 changed files with 8 additions and 19 deletions

View file

@ -22,7 +22,7 @@ hashbrown = { version = "0.11.2", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
simd-json = { version = "0.4.7", features = ["allow-non-simd"] }
tungstenite = "0.13"
tungstenite = "0.15"
[dev-dependencies]
criterion = "0.3"