Update Rust crate serde to 1.0.198
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-17 00:10:41 +00:00
parent 19ee2cc038
commit 6af22284b6
2 changed files with 5 additions and 5 deletions

View File

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