From 2385e0e894e25d1f89c4639392639a34f33168e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:38:12 +0000 Subject: [PATCH] chore(deps): update rust crate tokio-tungstenite to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dab281..c19a604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ pin-project-lite = { version = "0.2" } bytes = "1.5.0" tokio = "1" tokio-util = { version = "0.7", features = ["codec"] } -tokio-tungstenite = { version = "0.20" } +tokio-tungstenite = { version = "0.23" } axum = { version = "0.6", default-features = false } clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"]}