fix(deps): update rust crate tungstenite to 0.27.0 (#816)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-19 18:42:16 +02:00
committed by GitHub
parent 6ccc91c4a8
commit 4856af992b
+1 -1
View File
@@ -37,7 +37,7 @@ tuono_internal = {path = "../tuono_internal", version = "0.19.7"}
# Match the same version used by axum
tokio-tungstenite = "0.27.0"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
tungstenite = "0.26.0"
tungstenite = "0.27.0"
http = "1.1.0"
pin-project = "1.1.7"
tower = "0.5.1"