summaryrefslogtreecommitdiffstats
path: root/globset
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-30 15:43:29 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-30 15:44:08 -0500
commitd58236fbdcd3708f63d6a2eb9836cf1389916788 (patch)
tree3b94bbedd00b1cb910f5630a4327a154374164a0 /globset
parent932875684ea181cff8ba6a9a7e1cd5fd004fed35 (diff)
bump various versions
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 f8954952..ae1fe062 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -23,7 +23,7 @@ aho-corasick = "0.5.3"
fnv = "1.0"
lazy_static = "0.2"
log = "0.3"
-memchr = "0.1"
+memchr = "1"
regex = "0.1.77"
[dev-dependencies]