Compare commits

...

2 Commits

Author SHA1 Message Date
2f405edc3d Update Rust crate serde_with to 3.12.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-02 00:33:01 +00:00
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

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"
@ -28,7 +28,7 @@ rand = "0.9.0"
bcrypt = "0.17.0"
light-openid = "1.0.4"
thiserror = "2.0.12"
serde_with = "3.8.1"
serde_with = "3.12.0"
rust_iso3166 = "0.1.12"
rust-s3 = "0.35.1"
sha2 = "0.10.8"