chore: update regex dependency
Issue was fixed: https://github.com/rust-lang/regex/issues/1060
This commit is contained in:
parent
7fe3b0391c
commit
dc7247ac14
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ quick-js-dtp = { version = "0.4.1", default-features = false, features = [
|
||||||
"patch-dateparser",
|
"patch-dateparser",
|
||||||
] }
|
] }
|
||||||
once_cell = "1.12.0"
|
once_cell = "1.12.0"
|
||||||
regex = ">=1.6.0, <1.9.0"
|
regex = "1.6.0"
|
||||||
fancy-regex = "0.11.0"
|
fancy-regex = "0.11.0"
|
||||||
thiserror = "1.0.36"
|
thiserror = "1.0.36"
|
||||||
url = "2.2.2"
|
url = "2.2.2"
|
||||||
|
|
|
||||||
Reference in a new issue