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

This commit is contained in:
2026-01-12 00:31:42 +00:00
parent aeeb188743
commit 9a4d741588
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ actix-web = { version = "4.12.1", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.28", features = ["json"] }
serde_json = "1.0.148"
serde_json = "1.0.149"
rand = "0.10.0-rc.6"
actix = "0.13.5"
actix-identity = "0.9.0"