Bump reqwest from 0.11.25 to 0.11.26

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.25 to 0.11.26.
- [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.25...v0.11.26)

---
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-03-18 15:19:31 +00:00
committed by GitHub
parent 57cb01e5e7
commit 9c36853391
2 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ serde_json = "1.0.114"
rand = "0.8.5"
semver = "1.0.22"
colored = "2.1.0"
reqwest = { version = "0.11.25", features = ["stream"] }
reqwest = { version = "0.11.26", features = ["stream"] }
futures-util = "0.3.30"
indicatif = "0.17.8"
tokio = {version="1.36.0", features = ["rt-multi-thread", "macros"]}