Skip to content

Commit

Permalink
build(deps): update reqwest requirement from 0.11.18 to 0.12.4
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.18...v0.12.4)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 8dc3f52 commit 12c369f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ anyhow = "1.0.57"
log = "0.4"
env_logger = "0.8.4"
proc-macro2 = "1.0.60"
reqwest = "0.11.18"
reqwest = "0.12.4"
tokio = {version = "1.29.1", features = ["rt-multi-thread"] }

[dev-dependencies]
Expand Down

0 comments on commit 12c369f

Please sign in to comment.