Update Rust crate reqwest to 0.12.24 (#142)

This commit is contained in:
2025-10-15 00:35:46 +00:00
parent d7f99b84e0
commit d4f4c9e8cd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1277,9 +1277,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[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

@@ -14,7 +14,7 @@ categories = ["text-processing"]
[dependencies]
serde_json = "1.0.145"
reqwest = { version = "0.12.23", features = ["json"] }
reqwest = { version = "0.12.24", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.28"
zip = { version = "6.0.0", optional = true }