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-03 00:14:28 +00:00
parent 1ed9826954
commit 8a91d6ad87
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"