Update Rust crate diesel_migrations to 2.3.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-13 00:29:22 +00:00
parent f95c7eb957
commit ddc56a73d0
2 changed files with 80 additions and 44 deletions

View File

@@ -18,7 +18,7 @@ actix-multipart = "0.7.2"
actix-remote-ip = "0.1.0"
futures-util = "0.3.31"
diesel = { version = "2.2.12", features = ["postgres"] }
diesel_migrations = "2.2.0"
diesel_migrations = "2.3.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
mailchecker = "6.0.19"