Update reqwest requirement from 0.11 to 0.12 (#2196)

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.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-16 14:11:52 +02:00 committed by GitHub
parent 7cf821bd82
commit 41d41f25bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ agpl = ["nautilus"]
nautilus = ["grammartec", "std", "serde_json/std"] nautilus = ["grammartec", "std", "serde_json/std"]
[build-dependencies] [build-dependencies]
reqwest = { version = "0.11", features = ["blocking"], optional = true } reqwest = { version = "0.12", features = ["blocking"], optional = true }
rustversion = "1.0" rustversion = "1.0"
zip = { version = "0.6", optional = true } zip = { version = "0.6", optional = true }