diff --git a/Cargo.toml b/Cargo.toml index a95bf611..b6bb9164 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,8 @@ email_address = "0.2.9" handlebars = { version = "6.3.2", features = ["dir_source"] } # HTTP client (Used for favicons, version check, DUO and HIBP API) -reqwest = { version = "0.12.24", features = ["rustls-tls", "rustls-tls-native-roots", "stream", "json", "deflate", "gzip", "brotli", "zstd", "socks", "cookies", "charset", "http2", "system-proxy"], default-features = false} +# Swap rustls -> native-tls for experiment to avoid pulling webpki-roots (CDLA-Permissive-2.0) +reqwest = { version = "0.12.24", features = ["native-tls", "stream", "json", "deflate", "gzip", "brotli", "zstd", "socks", "cookies", "charset", "http2", "system-proxy"], default-features = false } hickory-resolver = "0.25.2" # Favicon extraction libraries