diff --git a/Cargo.toml b/Cargo.toml index c255b4d..965b9f5 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.6.0" [dev-dependencies] rstest = "0.11.0"