From 3a8b16ca07aad42c300981529503e7e64679d41e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:59:53 +0000 Subject: [PATCH] chore(deps): update rust crate tokio-tungstenite to 0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 643787e..8e0b7e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,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.21" } axum = { version = "0.6", default-features = false } clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"]}