summaryrefslogtreecommitdiffstats
path: root/ignore/Cargo.toml
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 /ignore/Cargo.toml
parent932875684ea181cff8ba6a9a7e1cd5fd004fed35 (diff)
bump various versions
Diffstat (limited to 'ignore/Cargo.toml')
-rw-r--r--ignore/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index b1d36b4e..17d7609b 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -22,9 +22,9 @@ crossbeam = "0.2"
globset = { version = "0.1.2", path = "../globset" }
lazy_static = "0.2"
log = "0.3"
-memchr = "0.1"
+memchr = "1"
regex = "0.1.77"
-thread_local = "0.3.0"
+thread_local = "0.3.2"
walkdir = "1"
[dev-dependencies]