From 5cbf560f1a55b753fb3399b1b696fb8ec261a1e8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Feb 2026 23:53:38 -0800 Subject: fix: Bundle root CA certs via rustls-tls for production containers --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0cdf580..48532d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ windmark = { version = "0.4.2", features = [ "auto-deduce-mime", "response-macros", ] } # Gemini Server Framework -reqwest = { version = "0.12.4", features = ["blocking", "json"] } # HTTP Client +reqwest = { version = "0.12.4", default-features = false, features = ["blocking", "json", "rustls-tls"] } # HTTP Client serde_json = "1.0.117" # JSON Serialization log = "0.4.21" # Logging Macros pretty_env_logger = "0.5.0" # Pretty Log Printing -- cgit v1.2.3