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

This commit is contained in:
Renovate Bot 2025-03-31 20:49:05 +00:00
parent c896b2cc51
commit c48807bf4b

View File

@ -18,7 +18,7 @@ actix-multipart = "0.7.2"
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
diesel = { version = "2.2.8", features = ["postgres"] }
diesel_migrations = "2.1.0"
diesel_migrations = "2.2.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
mailchecker = "6.0.17"