From 1393aa5254ed684917ae7c510da4132cfd8c655f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:21:41 +0000 Subject: [PATCH] fix(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 5bf1f7f..71584af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_qs = "0.13" serde_repr = "0.1" thiserror = "1.0" url = "2.5" -tokio-tungstenite = "0.21" +tokio-tungstenite = "0.22" tokio = { version = "1.37", default-features = false, features = ["net", "sync"] } [dev-dependencies]