From 4d50b706be376e02b9667d7c39e85e322efc9882 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 18 Dec 2024 05:25:12 +0200 Subject: [PATCH] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0b771d..cb74ebd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "0.1.83" futures = { version = "0.3.31" } serde = { version = "1.0.216", features = ["derive"] } tokio = { version = "1.42.0" } -tokio-tungstenite = "0.24.0" +tokio-tungstenite = "0.26.0" unbug = { version = "0.4.0" } [package]