Compare commits

...

1 Commits

Author SHA1 Message Date
6bf14e423d 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
2025-05-17 00:16:04 +00:00

View File

@ -7,7 +7,7 @@ edition = "2024"
env_logger = "0.11.8"
log = "0.4.27"
diesel = { version = "2.2.10", features = ["postgres", "r2d2"] }
diesel_migrations = "2.1.0"
diesel_migrations = "2.2.0"
clap = { version = "4.5.38", features = ["env", "derive"] }
actix-web = "4.11.0"
actix-cors = "0.7.1"