From e9b087319ff4e8d748b83b99052c64efa6c00b79 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 5 Mar 2023 14:17:23 -0400 Subject: [PATCH] Removing openssl --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5c1d73..fe41539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] tokio = { version = "1.20.1", features = ["full"] } -reqwest = { version = "0.11.11", features = [ "json", "blocking" ]} +reqwest = { version = "0.11.11", features = ["rustls-tls", "json", "blocking"], default-features = false } serde = { version = "1.0", features = ["derive"] } #openssl = { version = "0.10", features = ["vendored"] }