Compare commits

..

2 Commits

Author SHA1 Message Date
c9cdb48e8b Update Rust crate reqwest to 0.12.15
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-30 02:19:52 +00:00
dbc82c0377 Update Rust crate log to 0.4.27
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-29 22:55:52 +00:00

View File

@ -16,7 +16,7 @@ categories = ["text-processing"]
serde_json = "1.0.96"
reqwest = { version = "0.12.15", features = ["json"] }
serde = { version = "1.0.163", features = ["derive"] }
log = "0.4.17"
log = "0.4.27"
zip = { version = "2.1.3", optional = true }
mktemp = { version = "0.5.0", optional = true }
rand = { version = "0.9.0", optional = true }