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

This commit is contained in:
Renovate Bot 2025-03-31 00:33:16 +00:00
parent 5a0e720952
commit f3167d14df

View File

@ -10,7 +10,7 @@ log = "0.4.27"
env_logger = "0.11.7"
clap = { version = "4.5.32", 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"