build(deps): bump reqwest from 0.12.28 to 0.13.2

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 to 0.13.2.
- [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.12.28...v0.13.2)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.13.2
  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]
2026-03-01 14:38:01 +00:00
committed by GitHub
parent 4f5f1bc1a5
commit ff4d75bc7c
2 changed files with 391 additions and 139 deletions

View File

@@ -18,7 +18,7 @@ rand = "0.9"
semver = "1.0"
colored = "3.0"
once_cell = "1.21"
reqwest = { version = "0.12", features = ["stream"] }
reqwest = { version = "0.13", features = ["stream"] }
futures-util = "0.3"
futures = "0.3"
indicatif = "0.18"