diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 75e92ef..4920285 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1.0.149" # native-tls (OpenSSL/Schannel) matches the TLS stack used by `proxmux_ws_proxy` when talking to hosts # that may present a self-signed *leaf*; rustls/webpki often returns UnknownIssuer for the same PEM # (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"] } +reqwest = { version = "0.13", default-features = false, features = ["blocking", "form", "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"] } native-tls = "0.2"