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-02 00:21:27 +00:00
parent 32f805aa3f
commit 8b083e8e26
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ actix-files = "0.6.6"
actix-ws = "0.3.0"
actix-http = "3.11.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
serde_json = "1.0.142"
serde_yml = "0.0.12"
quick-xml = { version = "0.38.0", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.31"