Update tokio-tungstenite

This commit is contained in:
Joscha 2025-02-20 20:16:11 +01:00
parent fe68694932
commit bc3e3b1e13
2 changed files with 7 additions and 5 deletions

View file

@ -17,7 +17,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
tokio = { version = "1.42.0", features = ["time", "sync", "macros", "rt"] }
tokio-stream = "0.1.16"
tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"] }
tokio-tungstenite = { version = "0.26.2", features = ["rustls-tls-native-roots"] }
unicode-normalization = "0.1.24"
[dependencies.clap]