switch to rustls
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m42s
CI/CD Pipeline / deploy (push) Successful in 5m13s

This commit is contained in:
2025-07-19 15:51:21 +02:00
parent ba0c459843
commit f01d34a18a
2 changed files with 171 additions and 306 deletions

View File

@@ -7,7 +7,7 @@ edition = "2024"
axum = "0.8"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
reqwest = { version = "0.12", features = ["stream", "json"] }
reqwest = { version = "0.12", features = ["stream", "json", "rustls-tls"], default-features = false }
bytes = "1"
async-stream = "0.3"
serde_json = "1.0"