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

This commit is contained in:
2025-12-28 00:29:29 +00:00
parent 55c9670274
commit 9919b324db
2 changed files with 5 additions and 5 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.147"
serde_json = "1.0.148"
reqwest = { version = "0.12.28", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.29"