chore(deps): bump reqwest from 0.12.23 to 0.12.24

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.23 to 0.12.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.12.23...v0.12.24)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.12.24
  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-11-11 12:19:00 +00:00
committed by Martin Wimpress
parent 9605c5e09e
commit 15c57355d8
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -992,9 +992,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
version = "0.12.23"
version = "0.12.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
dependencies = [
"base64",
"bytes",
+1 -1
View File
@@ -16,7 +16,7 @@ futures = "0.3.31"
indicatif = "0.18.0"
md5 = "0.8.0"
regex = "1.12.2"
reqwest = { version = "0.12.23", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1.47.1", features = ["full"] }
serde = { version = "1.0.228", features = ["derive"] }
serde-xml-rs = "0.8.1"