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
All checks were successful
Build and Test / rust-boss (push) Successful in 6m55s
Reviewed-on: #10
This commit is contained in:
commit
52cb88e2f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue