summaryrefslogtreecommitdiffstats
path: root/grep/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep/Cargo.toml')
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 20b7a4d4..1a5ef51f 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -14,6 +14,6 @@ license = "Unlicense/MIT"
[dependencies]
log = "0.3"
-memchr = "1"
+memchr = "2"
regex = "0.2.1"
regex-syntax = "0.4.0"