From 6e4871597cdad5fee6f7aaf8aa81d97e9606ee7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:58:20 +0000 Subject: [PATCH] chore(deps): update rust crate tokio-tungstenite to 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dab281..54f16e3 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.22" } axum = { version = "0.6", default-features = false } clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"]}