Skip to content

Commit

Permalink
Bump reqwest from 0.11.23 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 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.23...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>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent ae90b0c commit 1c79c16
Showing 2 changed files with 146 additions and 34 deletions.
178 changes: 145 additions & 33 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
@@ -13,7 +13,7 @@ hmac = "0.12.1"
sha2 = "0.10.6"
crypto-mac = "0.11.1"
chrono = "0.4.33"
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.12.2", features = ["json"] }
tokio = { version = "1.28.2", features = ["full"] }
simplelog = "0.12.1"
openssl = "0.10.63"

0 comments on commit 1c79c16

Please sign in to comment.