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

This commit is contained in:
2025-08-01 00:17:56 +00:00
parent fea5fdf82d
commit 116c3e0abb
2 changed files with 3 additions and 3 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.141"
serde_json = "1.0.142"
reqwest = { version = "0.12.22", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"