Use rustls-only reqwest to avoid OpenSSL
Some checks failed
Release binaries / build (push) Failing after 4m21s

This commit is contained in:
2025-12-30 12:27:56 -05:00
parent 6370f1bdf4
commit 41dc4c0532
2 changed files with 1 additions and 135 deletions

View File

@@ -22,7 +22,7 @@ owo-colors = "4.1"
once_cell = "1.19"
rayon = "1.10"
regex = "1.10"
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
rusqlite = { version = "0.31", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"