chore(deps): update rust crate tokio-tungstenite to 0.26 (v2) (#2210)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2025-01-06 13:38:40 +01:00
committed by GitHub
parent 3a826fb6bf
commit 05cca602d9
17 changed files with 146 additions and 85 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ http = "1"
rand = "0.8"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.24" }
tokio-tungstenite = { version = "0.26" }
[features]
default = ["rustls-tls"]