From 1b5b7eae2964479892bffb42ae14b1a51c07c714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 22:45:14 +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] --- compio-ws/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compio-ws/Cargo.toml b/compio-ws/Cargo.toml index b9c591ee9..b64eb2718 100644 --- a/compio-ws/Cargo.toml +++ b/compio-ws/Cargo.toml @@ -20,7 +20,7 @@ compio-net = { workspace = true, optional = true } compio-tls = { workspace = true, default-features = false } compio-log = { workspace = true } -tungstenite = "0.29.0" +tungstenite = "0.30.0" async-tungstenite = "0.34.0" rustls-platform-verifier = { workspace = true, optional = true }