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