From 89752ee0af55608ad6a7f2b1dd51cf59183727d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:30:46 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c255b4d..b991d53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] lazy_static = "1.4.0" -regex = "1.5.4" +regex = "1.9.0" [dev-dependencies] rstest = "0.11.0"