From 241ccab5fca85d1f92750b7e42a8ad60c93c8c9d Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Wed, 1 Nov 2023 17:59:02 +0530 Subject: [PATCH] fix: use vendored openssl --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67b6feb..a8ae540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ tera = { version="1.17.1", features=["builtins"]} tokio = { version = "1.25.0", features = ["fs", "macros"] } csv-async = { version = "1.2.5", features = ["serde", "tokio"] } async-trait = "0.1.68" -reqwest = { version = "0.11.18", features = ["json", "gzip"] } +reqwest = { version = "0.11.18", features = ["json", "gzip", "native-tls-vendored"] } #tokio = "1.11.0"