fix: move to reqwest rustls

This commit is contained in:
DecDuck
2025-05-15 20:58:48 +10:00
parent 2dc0a78354
commit 15e5fe4dc0
2 changed files with 117 additions and 1 deletions

View File

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