From 4856af992b7f3f9adcd776298d0b2a4575ece937 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 18:42:16 +0200 Subject: [PATCH] fix(deps): update rust crate tungstenite to 0.27.0 (#816) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/tuono_lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tuono_lib/Cargo.toml b/crates/tuono_lib/Cargo.toml index dd07e0c3..b7065239 100644 --- a/crates/tuono_lib/Cargo.toml +++ b/crates/tuono_lib/Cargo.toml @@ -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"