From faf7bf29e2ef184bbf21af49ac64ddb70fbd1d13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:41:03 +0200 Subject: [PATCH] fix(deps): update rust crate tungstenite to 0.24.0 (#44) --- 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 c628286f..25a2cb1d 100644 --- a/crates/tuono_lib/Cargo.toml +++ b/crates/tuono_lib/Cargo.toml @@ -37,5 +37,5 @@ tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.10.1"} # Match the same version used by axum tokio-tungstenite = "0.24.0" futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } -tungstenite = "0.23.0" +tungstenite = "0.24.0"