Skip to content

Commit

Permalink
Bump reqwest from 0.11.27 to 0.12.2 (#29)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.2.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.2)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2024
1 parent 0187401 commit 4255913
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 73 deletions.
110 changes: 38 additions & 72 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 @@ -20,4 +20,4 @@ tower-http = { version = "0.5.2", features = ["fs"] }

[dev-dependencies]
pretty_assertions = "1.4.0"
reqwest = { version = "0.11.26", features = ["blocking", "json"] }
reqwest = { version = "0.12.2", features = ["blocking", "json"] }

0 comments on commit 4255913

Please sign in to comment.