ws: upgrade tungstenite

This commit is contained in:
Joakim Frostegård 2023-10-18 23:11:06 +02:00
parent 1667339ee5
commit c2f7b6ed92
6 changed files with 13 additions and 10 deletions

View file

@ -25,7 +25,7 @@ hashbrown = { version = "0.14", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
simd-json = { version = "0.10", features = ["allow-non-simd"] }
tungstenite = "0.19"
tungstenite = "0.20"
[dev-dependencies]
criterion = "0.5"