summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent322d5515e5a6b837b7e25715c2f75906515a542f (diff)
deps: upgrade to memchr 2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf999eec..f2a7f279 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ ignore = { version = "0.2.2", path = "ignore" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"
-memchr = "1"
+memchr = "2"
memmap = "0.5"
num_cpus = "1"
regex = "0.2.1"