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"