summaryrefslogtreecommitdiffstats
path: root/globset
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 /globset
parent322d5515e5a6b837b7e25715c2f75906515a542f (diff)
deps: upgrade to memchr 2
Diffstat (limited to 'globset')
-rw-r--r--globset/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index 6132926a..1f383378 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -22,7 +22,7 @@ bench = false
aho-corasick = "0.6.0"
fnv = "1.0"
log = "0.3"
-memchr = "1"
+memchr = "2"
regex = "0.2.1"
[dev-dependencies]