1 Commits

Author SHA1 Message Date
585f676e64 Update Rust crate diesel_migrations to 2.3.1
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-20 00:28:33 +00:00

View File

@@ -7,7 +7,7 @@ edition = "2024"
env_logger = "0.11.9"
log = "0.4.29"
diesel = { version = "2.3.7", features = ["postgres", "r2d2"] }
diesel_migrations = "2.2.0"
diesel_migrations = "2.3.1"
clap = { version = "4.5.60", features = ["env", "derive"] }
actix-web = "4.13.0"
actix-cors = "0.7.1"