diff --git a/Cargo.toml b/Cargo.toml index d9abc1c9..b02b6aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ all-features = true [dependencies] log = "0.4" rand = "0.8" -reqwest = { version = "0.12.9", features = ["blocking"] } +reqwest = { version = "0.12.9", default-features = false, features = ["blocking", "rustls-tls"] } thiserror = "2.0.4" tokio = {version = "1", optional = true, features = ["net"]} url = "2"