Bump http_req from 0.10.1 to 0.10.2

Bumps [http_req](https://github.com/jayjamesjay/http_req) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/jayjamesjay/http_req/releases)
- [Commits](https://github.com/jayjamesjay/http_req/compare/v0.10.1...v0.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-04 15:06:18 +00:00
committed by GitHub
parent e3775ef3dc
commit bb7786cb0a
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
http_req = "0.10.1"
http_req = "0.10.2"
sha1_smol = "1.0.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.107"