Update Rust crate lazy-regex to 3.4.2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-10-31 00:35:10 +00:00
parent 1d42f549f0
commit a15b7a6ae9
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ log = "0.4.28"
env_logger = "0.11.8"
clap = { version = "4.5.50", features = ["derive", "env"] }
lazy_static = "1.5.0"
lazy-regex = "3.4.1"
lazy-regex = "3.4.2"
anyhow = "1.0.100"
actix-web = "4.11.0"
actix-cors = "0.7.1"