diff --git a/Cargo.toml b/Cargo.toml index e1175d3..a0cf8c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["development-tools"] edition = "2018" [dependencies] -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] } [dev-dependencies] json = "0.12"