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-01 00:13:30 +00:00
parent 22c8cbf187
commit c83e3fb688
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"