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

This commit is contained in:
2025-05-29 00:06:56 +00:00
parent 2c60760edd
commit 769010f8d2
2 changed files with 53 additions and 27 deletions

View File

@ -14,7 +14,7 @@ categories = ["text-processing"]
[dependencies]
serde_json = "1.0.140"
reqwest = { version = "0.12.15", features = ["json"] }
reqwest = { version = "0.12.18", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"
zip = { version = "4.0.0", optional = true }