Update reqwest requirement from 0.11 to 0.12

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](https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-25 08:46:44 +00:00 committed by Taiki Endo
parent d0f4e80b7a
commit 34f48a279d
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ tokio = { version = "1", default-features = false, features = ["rt"] }
[dev-dependencies]
blocking = "1"
futures = "0.3.5"
reqwest = "0.11"
reqwest = "0.12"
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "io-std", "io-util", "macros", "net", "time"] }
warp = "0.3"