From d38aa035011969d0456395d37d531b729dc0613c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:54:33 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.5.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c255b4d..bf443a2 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.5" [dev-dependencies] rstest = "0.11.0"