Update Rust crate serde_json to 1.0.145 (#135)

This commit is contained in:
2025-09-16 00:34:53 +00:00
parent f6c248014d
commit 306e9b2e54
2 changed files with 18 additions and 7 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.143"
serde_json = "1.0.145"
reqwest = { version = "0.12.23", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.28"