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

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

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 }