diff --git a/Cargo.toml b/Cargo.toml index 14be8c5..2dcbb46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1" serde_yaml = "0.9" sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] } tower-http = { version = "0.6", features = ["cors", "fs"] } -reqwest = { version = "0.12", features = ["json", "stream"] } +reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } futures = "0.3" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }