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

This commit is contained in:
2024-03-16 00:06:06 +00:00
parent 3e1f5f0076
commit 4cf26ce551
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ actix-cors = "0.7.0"
actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
diesel = { version = "2.1.4", features = ["postgres"] }
diesel = { version = "2.1.5", features = ["postgres"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
mailchecker = "6.0.1"