Update Rust crate reqwest to 0.12.25 (#145)
All checks were successful
continuous-integration/drone/push Build is passing

This commit was merged in pull request #145.
This commit is contained in:
2025-12-10 00:31:34 +00:00
parent 44fb82bc58
commit 786b1e91bd
2 changed files with 5 additions and 5 deletions

View File

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