Skip to content

Commit

Permalink
Merge pull request #326 from rust-lang/dependabot/cargo/reqwest-0.12.1
Browse files Browse the repository at this point in the history
build(deps): bump reqwest from 0.11.23 to 0.12.1
  • Loading branch information
ehuss committed Mar 25, 2024
2 parents 0dd894b + c22914e commit d012907
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 24 deletions.
142 changes: 119 additions & 23 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ flate2 = "1.0.24"
git2 = "0.18.0"
log = "0.4"
pbr = "1.1.1"
reqwest = { version = "0.11.12", features = ["blocking", "json"] }
reqwest = { version = "0.12.1", features = ["blocking", "json"] }
rustc_version = "0.4.0"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit d012907

Please sign in to comment.