Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 6073fe5 commit 05b9638
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ r2d2 = "0.8"
calendar-duration = "1.0"
time = { version = "0.3", features = ["parsing", "serde"] }
tokio-util = "0.7"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
rusoto_core = "0.48"
rusoto_s3 = "0.48"
rusoto_credential = "0.48"
Expand Down
171 changes: 113 additions & 58 deletions misc/test-client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion misc/test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ star-constellation = "0.2"
base64 = "0.21"
rand = "0.8"
clap = { version = "4.5", features = ["derive"] }
reqwest = "0.11"
reqwest = "0.12"
tokio = { version = "1.36", features = ["full"] }
futures = "0.3"
csv = "1.3"
Expand Down

0 comments on commit 05b9638

Please sign in to comment.