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

This commit was merged in pull request #150.
This commit is contained in:
2025-12-29 00:31:01 +00:00
parent 55c9670274
commit 83e089b14f
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"