Skip to content

Commit

Permalink
chore(deps): update reqwest requirement from 0.11 to 0.12
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.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 4cd72bb commit 01873af
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 @@ -16,5 +16,5 @@ tokio = { version = "1", features = ["time"] }

[dev-dependencies]
anyhow = "1"
reqwest = "0.11"
reqwest = "0.12"
tokio = { version = "1", features = ["time", "rt", "macros", "sync"] }

0 comments on commit 01873af

Please sign in to comment.