From defd3d6f38cc67f36c2917448a1b3d51a95fa391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:58:48 +0000 Subject: [PATCH] Update tungstenite requirement from 0.24.0 to 0.26.2 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.2) --- 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 3617face..726608cb 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.2" tokio-tungstenite = "0.24.0" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30"