diff --git a/Cargo.toml b/Cargo.toml index addd019..b5fcb1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,6 @@ jni = { version = "0.21", default-features = false } [dev-dependencies] ctor = "0.1" -reqwest = { version = "0.11", features = ["blocking", "json"] } +reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } serial_test = "1.0" test-log = "0.2"