From 69882dfa9296d36db38f2b1aa536be037826e853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:45:57 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.24.0 to 0.25.0 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.24.0...v0.24.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c48bf682..d35c45d32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ tempfile = "3.1.0" thiserror = "2.0.3" tokio = "1.14.0" tokio-test = "0.4.0" -tokio-tungstenite = "0.24.0" +tokio-tungstenite = "0.26.1" tokio-util = "0.7.0" tower = "0.5.1" tower-http = "0.6.1"