summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-19 09:32:32 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-19 10:44:30 -0500
commit63b0f31a221e0d065acbdd8ab43cbc3aef463b8e (patch)
treea97411e1c28fd92756694f6aa28f75df08991b2d /ignore
parent7ecee299a5a2e0db381b17394d8dab002916ee06 (diff)
deps: update various dependencies
We also increase the MSRV to 1.32, the current stable release, which sets the stage for migrating to Rust 2018.
Diffstat (limited to 'ignore')
-rw-r--r--ignore/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index cae65a6b..0d4b4a7e 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -18,15 +18,15 @@ name = "ignore"
bench = false
[dependencies]
-crossbeam-channel = "0.3.3"
+crossbeam-channel = "0.3.6"
globset = { version = "0.4.2", path = "../globset" }
-lazy_static = "1.1.0"
+lazy_static = "1.1"
log = "0.4.5"
-memchr = "2.0.2"
-regex = "1.0.5"
-same-file = "1.0.3"
+memchr = "2.1"
+regex = "1.1"
+same-file = "1.0.4"
thread_local = "0.3.6"
-walkdir = "2.2.5"
+walkdir = "2.2.7"
[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"