chore(deps): bump reqwest from 0.12.26 to 0.13.1

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.26 to 0.13.1.
- [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.26...v0.13.1)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.13.1
  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-02-02 16:52:01 +00:00
committed by GitHub
parent c0b298c9de
commit 3682c1fcf4
4 changed files with 176 additions and 111 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ num-derive = "0.4"
num-traits = "0.2"
parking_lot = { workspace = true }
random_word = { version = "0.5", features = ["en"] }
reqwest = { version = "0.12", features = ["blocking"] }
reqwest = { version = "0.13", features = ["blocking"] }
schemars = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }