Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading