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

This commit is contained in:
2025-06-11 00:21:41 +00:00
parent 2c89431648
commit 421c2a191b
2 changed files with 3 additions and 5 deletions

View File

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