From 4e97ce3a4f0aa967be10242d0fd54b3b17b50d70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:54:49 +0000 Subject: [PATCH] chore(deps): update rust crate regex to 1.10.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37452e4..cd3825e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ uucore = "0.0.26" clap = { version = "4.4", features = ["wrap_help", "cargo"] } clap_complete = "4.4" clap_mangen = "0.2.20" -regex = "1.10.2" +regex = "1.10.4" sysinfo = "0.30.11" libc = "0.2.154" phf = "0.11.2"