From 476c7bbce3772ec0cb70998948daeaf360020510 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 03:23:52 +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 e50c666f..90af19e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rand = "0.8.5" rand_xorshift = "0.3.0" # Not a real dependency, but needed since criterion 0.4.0 # does not compile anymore as of 2022-10-03. -regex = "1.10.3" +regex = "1.10.4" trybuild = "1.0.90" version_check = "0.9.4"