From 0f1579470d6e4348d7583853467a05498942b383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:46:36 +0000 Subject: [PATCH] Update Rust crate regex to >= 1.10.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f8f630..1858c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ yaml-rust = { version = ">= 0.4.5", optional = true } env_logger = ">= 0.11.2" criterion = '>= 0.5.1' clap = '>= 4.5.1' -regex = '>= 1.10' +regex = '>= 1.10.3' log = '>= 0.4' quickcheck = '1' quickcheck_macros = '1'