From b5cc35f789e8b3a4c9931cca08df8047ec853bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:00:13 +0000 Subject: [PATCH] Update tungstenite requirement from 0.24.0 to 0.27.0 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.27.0) --- updated-dependencies: - dependency-name: tungstenite dependency-version: 0.27.0 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 042d4a06..2ee450bd 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.27.0" tokio-tungstenite = "0.24.0" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30"