chore(deps): update rust crate tokio-tungstenite to 0.27 (#2768)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-25 15:50:56 +02:00
committed by GitHub
parent 901ddfb73d
commit fc573b35a7
3 changed files with 6 additions and 6 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.26" }
tokio-tungstenite = { version = "0.27" }
[features]
default = ["rustls-tls"]