Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 3d18130 commit 8c8fd73
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 27 deletions.
183 changes: 157 additions & 26 deletions 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 graders-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.70.0"

[dependencies]
log = "0.4.21"
reqwest = { version = "0.11.23", features = ["stream"] }
reqwest = { version = "0.12.1", features = ["stream"] }
serde = "1.0.197"
serde_derive = "1.0.197"
thiserror = "1.0.58"
Expand Down

0 comments on commit 8c8fd73

Please sign in to comment.