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"