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"] }