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

This commit is contained in:
2025-12-24 00:29:15 +00:00
parent 7b2d59661d
commit 2b5fae4555
2 changed files with 10 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ futures-util = "0.3.31"
diesel = { version = "2.2.12", features = ["postgres"] }
diesel_migrations = "2.2.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
serde_json = "1.0.147"
mailchecker = "6.0.19"
redis = "0.32.7"
lettre = "0.11.19"