diff --git a/Cargo.toml b/Cargo.toml index 592116c..d568699 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ serde = { version = "1.0", features = ["derive"] } deser-hjson = "0.1" x509-parser = "0.9" reqwest = { version = "0.11", features = ["blocking"] } +#reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"] } trust-dns-resolver = "0.20" simpledateformat = "0.1.3" serde_json = "1.0"