From 1b75fabaca6892fd7fcb94a7b9794e1595f6c5b6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:59:49 +0000 Subject: [PATCH] Update Rust crate lazy-regex to 3.4.1 --- central_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index bfe955a..deada61 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -31,7 +31,7 @@ actix-remote-ip = "0.1.0" futures-util = "0.3.31" uuid = { version = "1.11.0", features = ["v4", "serde"] } semver = { version = "1.0.23", features = ["serde"] } -lazy-regex = "3.3.0" +lazy-regex = "3.4.1" tokio = { version = "1.40.0", features = ["full"] } tokio_schedule = "0.3.2" mime_guess = "2.0.5"