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

This commit is contained in:
2025-09-17 00:34:57 +00:00
parent 306e9b2e54
commit f235838d6f
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.219", features = ["derive"] }
serde = { version = "1.0.225", features = ["derive"] }
log = "0.4.28"
zip = { version = "5.1.1", optional = true }
mktemp = { version = "0.5.1", optional = true }