Bump http_req from 0.9.3 to 0.10.0

Bumps [http_req](https://github.com/jayjamesjay/http_req) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/jayjamesjay/http_req/releases)
- [Commits](https://github.com/jayjamesjay/http_req/compare/v0.9.3...v0.10.0)

---
updated-dependencies:
- dependency-name: http_req
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-09 15:58:32 +00:00
committed by GitHub
parent 123a8b7caf
commit 9596c5d491
2 changed files with 70 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
http_req = { version = "0.9.3", default-features = false, features = [
http_req = { version = "0.10.0", default-features = false, features = [
"rust-tls",
] }
sha1_smol = "1.0.0"