Compare commits

...

2 Commits

Author SHA1 Message Date
de6d6f86c2 Update Rust crate serde_json to 1.0.140
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 02:04:14 +00:00
15cc60aad9 Update Rust crate serde to 1.0.219
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-31 20:49:35 +00:00

View File

@ -13,9 +13,9 @@ categories = ["text-processing"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.96"
serde_json = "1.0.140"
reqwest = { version = "0.12.15", features = ["json"] }
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"
zip = { version = "2.1.3", optional = true }
mktemp = { version = "0.5.1", optional = true }