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

This commit is contained in:
2023-11-29 00:08:19 +00:00
parent fb9ec24986
commit 3aef093883
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.28"
diesel = { version = "2.1.3", features = ["postgres"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.96"
serde_json = "1.0.108"
mailchecker = "5.0.9"
redis = "0.23.3"
lettre = "0.10.4"