Update Rust crate reqwest to 0.12.24
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-10-14 00:38:16 +00:00
parent 4758dc2108
commit ccdb1a5767
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1672,9 +1672,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",

View File

@@ -19,4 +19,4 @@ futures = "0.3.31"
thiserror = "2.0.17"
rand = "0.9.2"
mktemp = "0.5.1"
reqwest = "0.12.23"
reqwest = "0.12.24"