Compare commits

...

2 Commits

Author SHA1 Message Date
fc63a2935f Update Rust crate lazy-regex to 3.4.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 02:03:32 +00:00
c48807bf4b 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-03-31 20:49:05 +00:00

View File

@ -10,7 +10,7 @@ log = "0.4.27"
env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.3.0"
lazy-regex = "3.4.1"
anyhow = "1.0.97"
actix-web = "4.10.2"
actix-cors = "0.7.1"
@ -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"