Merge pull request 'Update Rust crate reqwest to 0.13' (#10) from renovate/reqwest-0.x into main
All checks were successful
Build and Test / rust-boss (push) Successful in 6m55s

Reviewed-on: #10
This commit is contained in:
redbinder0526 2026-05-26 13:45:33 +02:00
commit 52cb88e2f9

View file

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