fix: remove reqwest default-features to compile without openssl

This commit is contained in:
DecDuck
2025-05-15 21:03:31 +10:00
parent 15e5fe4dc0
commit 2957773179
2 changed files with 7 additions and 172 deletions

View File

@ -92,7 +92,8 @@ features = ["other_errors"] # You can also use "yaml_enc" or "bin_enc"
[dependencies.reqwest]
version = "0.12"
features = ["json", "blocking", "rustls-tls"]
default-features = false
features = ["json", "http2", "blocking", "rustls-tls-webpki-roots"]
[dependencies.serde]
version = "1"