From 35bdf41409123b1b268443bfbe9f0bb18b09458b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:06:46 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.24.0 to 0.26.1 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.26.1) --- 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 c35e3f53..c1e02e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ bgpkit-broker = "0.7.0-beta.5" env_logger = "0.11" kafka = "0.10.0" tungstenite = "0.24.0" -tokio-tungstenite = "0.24.0" +tokio-tungstenite = "0.26.1" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30" criterion = { version = "0.5.1", features = ["html_reports"] }