deps: use pcre2 0.2.0

This comes with PCRE 10.32 and a few new options we'll use in subsequent
commits.
This commit is contained in:
Andrew Gallant
2019-04-14 16:40:18 -04:00
parent 601f212a0b
commit f3646242cc
2 changed files with 7 additions and 7 deletions

View File

@@ -14,4 +14,4 @@ license = "Unlicense/MIT"
[dependencies]
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
pcre2 = "0.1.1"
pcre2 = "0.2.0"