Update Rust crate reqwest to 0.13 #10

Open
spacebot wants to merge 1 commit from renovate/reqwest-0.x into main
Showing only changes of commit 7ccdad543b - Show all commits

Update Rust crate reqwest to 0.13
Some checks failed
Build and Test / cache-mii (push) Failing after 15s
Build and Test / cache-mii (pull_request) Failing after 17s

Spacebot 2026-05-02 19:46:45 +00:00

View file

@ -23,7 +23,7 @@ md-5 = "0.10"
rand = "0.8"
anyhow = "1.0"
base64 = "0.21"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
reqwest = { version = "0.13", features = ["json", "rustls-tls"] }
aws-config = { version = "1.1", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.17"
tokio = { version = "1.50.0", features = ["full"] }