From eb2c5bd37133ba61e5a5e0aded6f755d6f60d8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:07:47 +0000 Subject: [PATCH] Update tungstenite requirement from 0.24.0 to 0.26.1 Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.24.0...v0.26.1) --- updated-dependencies: - dependency-name: 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..e554b7fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ anyhow = "1" bgpkit-broker = "0.7.0-beta.5" env_logger = "0.11" kafka = "0.10.0" -tungstenite = "0.24.0" +tungstenite = "0.26.1" tokio-tungstenite = "0.24.0" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30"