diff --git a/Cargo.toml b/Cargo.toml index 07b0073..6fe7760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ toml = "0.5" serde = { version = "1.0", features = ["derive"] } hmac-sha256 = "1.1" hex = "0.4" -reqwest = { version = "0.11", features = ["multipart", "json"] } +reqwest = { version = "0.11", default-features = false, features = ["multipart", "json", "rustls-tls"] } once_cell = "1.9" serde_json = "1.0"