aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-11 23:53:38 -0800
committerFuwn <[email protected]>2026-02-11 23:53:38 -0800
commit5cbf560f1a55b753fb3399b1b696fb8ec261a1e8 (patch)
treea67712bbf30ccf2cbc7068fc9a3932fec9e7756f /Cargo.toml
parentfeat: Replace static blog system with Notion-backed dynamic content (diff)
downloadlocus-5cbf560f1a55b753fb3399b1b696fb8ec261a1e8.tar.xz
locus-5cbf560f1a55b753fb3399b1b696fb8ec261a1e8.zip
fix: Bundle root CA certs via rustls-tls for production containers
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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