From 51bf6ee4d30f26b8b8acbc0ab528dae0c59a7085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:43:31 +0000 Subject: [PATCH] build(deps): update tokio-tungstenite requirement from 0.29 to 0.30 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: tokio-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 338b7ab..5953fdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ flate2 = { version = "1", optional = true } zstd = { version = "0.13", optional = true, default-features = false } # WebSockets -tokio-tungstenite = { version = "0.29", optional = true, default-features = false } +tokio-tungstenite = { version = "0.30", optional = true, default-features = false } sha-1 = { version = "0.10", optional = true } futures-util = { version = "0.3", optional = true, default-features = false, features = ["sink"] }