From bf205dcc17cc7452081ebbbcc857e17a67ddae91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:17:47 +0000 Subject: [PATCH] build(deps): update tungstenite requirement from 0.28.0 to 0.29.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.28.0...v0.29.0) --- updated-dependencies: - dependency-name: tungstenite dependency-version: 0.29.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 e5b5526..83c1338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ anyhow = "1" bgpkit-broker = "0.10.1" env_logger = "0.11" kafka = "0.10.0" -tungstenite = "0.28.0" +tungstenite = "0.29.0" tokio-tungstenite = "0.28" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30"