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

This commit is contained in:
2024-04-18 00:10:34 +00:00
parent 4e23e74892
commit 14f6a5ff64
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
diesel = { version = "2.1.5", features = ["postgres"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
mailchecker = "6.0.3"
redis = "0.25.3"
lettre = "0.11.6"