summaryrefslogtreecommitdiffstats
path: root/ignore/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 /ignore/Cargo.toml
parent322d5515e5a6b837b7e25715c2f75906515a542f (diff)
deps: upgrade to memchr 2
Diffstat (limited to 'ignore/Cargo.toml')
-rw-r--r--ignore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index 9a8e9157..0fa01090 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -22,7 +22,7 @@ crossbeam = "0.2"
globset = { version = "0.2.0", path = "../globset" }
lazy_static = "0.2"
log = "0.3"
-memchr = "1"
+memchr = "2"
regex = "0.2.1"
thread_local = "0.3.2"
walkdir = "1.0.7"