Compare commits

..

1 Commits

Author SHA1 Message Date
1c26134a53 Update Rust crate lazy-regex to 3.4.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-29 23:01:39 +00:00

View File

@ -18,7 +18,7 @@ actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-identity = "0.8.0"
actix-cors = "0.7.1"
lazy_static = "1.4.0"
anyhow = "1.0.97"
anyhow = "1.0.93"
reqwest = { version = "0.12.15", features = ["json"] }
thiserror = "2.0.3"
uuid = { version = "1.16.0", features = ["v4", "serde"] }