Update Rust crate serde to 1.0.228 (#139)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-29 00:35:18 +00:00
parent 7067c96878
commit ce3038802a
2 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ categories = ["text-processing"]
[dependencies]
serde_json = "1.0.145"
reqwest = { version = "0.12.23", features = ["json"] }
serde = { version = "1.0.227", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.28"
zip = { version = "5.1.1", optional = true }
mktemp = { version = "0.5.1", optional = true }