Bump reqwest from 0.11.23 to 0.11.24

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24.
- [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.23...v0.11.24)

---
updated-dependencies:
- dependency-name: reqwest
  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]
2024-02-05 15:46:31 +00:00
committed by GitHub
parent 1dd2e898d9
commit 9f789ba556
2 changed files with 38 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ serde_json = "1.0.111"
rand = "0.8.5"
semver = "1.0.21"
colored = "2.1.0"
reqwest = { version = "0.11.23", features = ["stream"] }
reqwest = { version = "0.11.24", features = ["stream"] }
futures-util = "0.3.30"
indicatif = "0.17.7"
tokio = {version="1.35.1", features = ["rt-multi-thread", "macros"]}