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

This commit is contained in:
2025-12-24 00:29:45 +00:00
parent c68972ea36
commit 14b89d6a21
2 changed files with 10 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ categories = ["text-processing"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.145"
serde_json = "1.0.147"
reqwest = { version = "0.12.28", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.29"