mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 02:01:28 +03:00
opt: remove request openssl deps
This commit is contained in:
@@ -54,7 +54,7 @@ sysinfo = "0.23"
|
||||
num_cpus = "1.13"
|
||||
|
||||
[target.'cfg(not(target_os = "linux"))'.dependencies]
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features=false }
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies]
|
||||
cpal = "0.13.5"
|
||||
|
||||
Reference in New Issue
Block a user