build(deps): update reqwest requirement from 0.11.24 to 0.12.0 (#11)

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.24...v0.11.27)

---
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-03-21 22:06:29 -07:00
committed by GitHub
parent 79942fdc4d
commit 827c6c9a12

View File

@ -77,7 +77,7 @@ version = "4.4.18"
features = ["derive"] features = ["derive"]
[workspace.dependencies.reqwest] [workspace.dependencies.reqwest]
version = "0.11.24" version = "0.12.0"
default-features = false default-features = false
features = ["rustls-tls"] features = ["rustls-tls"]