diff options
| author | Fuwn <[email protected]> | 2026-02-11 23:53:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-11 23:53:38 -0800 |
| commit | 5cbf560f1a55b753fb3399b1b696fb8ec261a1e8 (patch) | |
| tree | a67712bbf30ccf2cbc7068fc9a3932fec9e7756f /Cargo.toml | |
| parent | feat: Replace static blog system with Notion-backed dynamic content (diff) | |
| download | locus-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |