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

This commit is contained in:
2025-10-19 00:43:32 +00:00
parent 77403ab73d
commit eaf2fc44c3
2 changed files with 3 additions and 3 deletions

View File

@@ -2052,9 +2052,9 @@ dependencies = [
[[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 0.22.1",
"bytes",