From cea98e47feedfbeb20d3284cc3dab4b78ec49551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:18:41 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c255b4d..b97a65a 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.7.0" [dev-dependencies] rstest = "0.11.0"