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

This commit is contained in:
2025-08-13 00:26:57 +00:00
parent b68d83f056
commit dbc322fb15
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ categories = ["text-processing"]
[dependencies]
serde_json = "1.0.142"
reqwest = { version = "0.12.22", features = ["json"] }
reqwest = { version = "0.12.23", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"
zip = { version = "4.3.0", optional = true }