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

This commit is contained in:
2023-10-06 00:04:47 +00:00
parent 9a3914660f
commit 9b229a0f61
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ actix-cors = "0.6.4"
actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0"
futures-util = "0.3.28"
diesel = { version = "2.1.1", features = ["postgres"] }
diesel = { version = "2.1.3", features = ["postgres"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.96"
mailchecker = "5.0.9"