diff --git a/Cargo.toml b/Cargo.toml index 82986bfd9e..8f4d5fd374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ derive_builder = "0.20.0" getset = "0.1.1" strum = "0.26.2" strum_macros = "0.26.2" -regex = "~1.10.5" +regex = "1" [dev-dependencies] tempfile = "3.2.0"