Be less specific for regex dep

This commit is contained in:
Tony Garnock-Jones 2021-08-05 15:58:02 +02:00
parent 96707352e6
commit be10924118
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ preserves = { path = "../preserves", version = "0.16.0" }
convert_case = "0.4.0"
glob = "0.3.0"
lazy_static = "1.4.0"
regex = "1.5.4"
regex = "1.5"
structopt = "0.3.14"
thiserror = "1.0"