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

This commit is contained in:
2025-12-28 00:35:26 +00:00
parent 29c8f9a47a
commit b25aa37065
2 changed files with 5 additions and 5 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.147"
serde_json = "1.0.148"
rand = "0.10.0-rc.5"
actix = "0.13.5"
actix-identity = "0.9.0"