From b0bc9f923e29648fa5e1c239ab8ad555f272b99f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:14:58 +0000 Subject: [PATCH] chore(deps): update rust crate regex to 1.9.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67ccd7dc..5db990dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,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.7.1" +regex = "1.9.5" trybuild = "1.0.82" [[bench]]