Switched to rustls for TLS in the Rink and Translate plugins

This commit is contained in:
Kirottu
2023-04-11 12:15:44 +03:00
parent e472fe73b1
commit 8a0806f175
3 changed files with 67 additions and 203 deletions

View File

@@ -12,4 +12,4 @@ crate-type = ["cdylib"]
anyrun-plugin = { path = "../../anyrun-plugin" }
abi_stable = "0.11.1"
rink-core = "0.6"
reqwest = { version = "0.11.13", features = ["blocking", "json"] }
reqwest = { version = "0.11.13", default-features = false, features = ["blocking", "json", "rustls"] }