From cf8774e45af34c49e601af99b87c6b4d53c36e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:23:54 +0000 Subject: [PATCH] deps(cargo): update tokio-tungstenite requirement 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.26.0...v0.29.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/desktop/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 1d77b74..a042f84 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.149" # (EE basicConstraints), so this crate opts into the native-tls backend for compatibility. reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "native-tls"] } tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "io-util"] } -tokio-tungstenite = { version = "0.26", default-features = false, features = ["handshake", "connect"] } +tokio-tungstenite = { version = "0.29", default-features = false, features = ["handshake", "connect"] } native-tls = "0.2" tokio-native-tls = "0.3" futures-util = "0.3"