From 0e44aa1ada4bcc3bd387e7367bf6f96f692d2bbb Mon Sep 17 00:00:00 2001 From: rustdesk <info@rustdesk.com> Date: Thu, 25 Jan 2024 15:40:02 +0800 Subject: [PATCH] rustls-tls-native-roots --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cccfa5f7b..8dd4e48cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ wallpaper = { git = "https://github.com/21pages/wallpaper.rs" } reqwest = { git = "https://github.com/rustdesk-org/reqwest", features = ["blocking", "json", "native-tls", "gzip"], default-features=false } [target.'cfg(not(any(target_os = "macos", target_os = "windows")))'.dependencies] -reqwest = { git = "https://github.com/rustdesk-org/reqwest", features = ["blocking", "json", "rustls-tls", "gzip"], default-features=false } +reqwest = { git = "https://github.com/rustdesk-org/reqwest", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "gzip"], default-features=false } [target.'cfg(target_os = "linux")'.dependencies] psimple = { package = "libpulse-simple-binding", version = "2.27" }