From 9a45cc0b4f84ec418124ebffed45471a656feb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:13:16 +0000 Subject: [PATCH] build(deps): update tungstenite requirement from 0.29.0 to 0.30.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.29.0...v0.30.0) --- updated-dependencies: - dependency-name: tungstenite dependency-version: 0.30.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 48be25c..2790ccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ anyhow = "1" bgpkit-broker = "0.11" env_logger = "0.11" kafka = "0.10.0" -tungstenite = "0.29.0" +tungstenite = "0.30.0" tokio-tungstenite = "0.29" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30"