From 2e80dd0744a93cb7a9a6a219e404d199e2fc00ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:34:00 +0000 Subject: [PATCH] chore(deps): update tokio-tungstenite requirement from 0.28.0 to 0.29.0 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.28.0...v0.29.0) --- updated-dependencies: - dependency-name: tokio-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 7b8dffb..12c24fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["full"] } -tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-native-roots"] } +tokio-tungstenite = { version = "0.29.0", features = ["rustls-tls-native-roots"] } tokio-util = { version = "0.7.18", features = ["io"] } url = "2.5.8" rustls = { version = "0.23", features = ["ring"] }