From fc63a2935fbaf2be923978fe978a3b753ebc0331 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:03:32 +0000 Subject: [PATCH] Update Rust crate lazy-regex to 3.4.1 --- geneit_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index 94c204b..fe7bb6e 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -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"