diff --git a/Cargo.toml b/Cargo.toml index 7e3e4c0..1df08ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ image = { version = "0.25", features = ["gif", "png", "jpeg", "bmp"] } serde = { version = "1", features = ["derive"] } toml = "0.8" tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "macros"] } -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } fontdue = "0.8" chrono = "0.4" dirs = "5"