summaryrefslogtreecommitdiffstats
path: root/grep-regex/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep-regex/Cargo.toml')
-rw-r--r--grep-regex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-regex/Cargo.toml b/grep-regex/Cargo.toml
index dbbb546f..0ac13627 100644
--- a/grep-regex/Cargo.toml
+++ b/grep-regex/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
[dependencies]
aho-corasick = "0.7.3"
-grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
log = "0.4.5"
regex = "1.1"
regex-syntax = "0.6.5"