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"