diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index e512c64..db3daa7 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"