Update Rust crate lazy-regex to 3.4.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-11-01 00:09:38 +00:00
parent 6a2b2ecbb1
commit 509ceb1ed1
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.51", 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"