From 4bfaa486fbbea213270cc2f3ff4e93a51dee52cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:28:37 +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 2ca509b..44137b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ libc = "0.2.154" winapi = { version = "0.3", features = ["libloaderapi", "processthreadsapi", "sysinfoapi", "winbase", "winver"] } [dev-dependencies] -regex = "1" +regex = "1.10.4"