chore(deps): bump reqwest from 0.12.20 to 0.12.21

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.21.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2025-07-01 19:38:19 +01:00
committed by Martin Wimpress
parent 3c87777406
commit 7505277bd0
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -974,9 +974,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
version = "0.12.20"
version = "0.12.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813"
checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288"
dependencies = [
"base64",
"bytes",
+1 -1
View File
@@ -16,7 +16,7 @@ futures = "0.3.31"
indicatif = "0.17.12"
md5 = "0.7.0"
regex = "1.11.1"
reqwest = { version = "0.12.20", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12.21", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1.45.1", features = ["full"] }
serde = { version = "1.0.219", features = ["derive"] }
serde-xml-rs = "0.8.1"