summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-10-21 18:45:39 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-10-21 22:40:09 -0400
commit1267f01c246974b7e93a4f6dbbea6801d636c128 (patch)
tree91a8255b4c1a29a54221a7c613fc276890573730 /grep
parent322d5515e5a6b837b7e25715c2f75906515a542f (diff)
deps: upgrade to memchr 2
Diffstat (limited to 'grep')
-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"