opt: remove request openssl deps

This commit is contained in:
Kingtous
2022-05-16 15:46:09 +08:00
parent dab0fce18d
commit ac8a9e7434
2 changed files with 36 additions and 77 deletions

View File

@@ -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"