Skip to content

Commit

Permalink
Update reqwest requirement from 0.11.11 to 0.12.3
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.11...v0.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 3285619 commit f570687
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 @@ -12,7 +12,7 @@ serde_json = "*"
anyhow = {version = "1.0", features = ["std", "backtrace"] }
banyan-shared ={git = "https://github.com/banyancomputer/banyan-shared-rs"}
dotenv = "0.15.0"
reqwest = "0.11.11"
reqwest = "0.12.3"
log = "0.4.17"
tokio = "1.21.2"
rand = "0.8.5"
Expand Down

0 comments on commit f570687

Please sign in to comment.