summaryrefslogtreecommitdiffstats
path: root/ignore/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-06 15:48:40 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-06 15:48:40 -0500
commitdada75d2a715929c0fc5d8a320bac5c403d4449d (patch)
tree5c6bfae02b44782bbfc1b97b5e92deda8c74bf8b /ignore/Cargo.toml
parent76b9f01ad24bc98ba54bdabd36781cc3e08c4081 (diff)
Update sub-crate dependency versions.
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 5d4db43a..dda954d1 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -19,7 +19,7 @@ bench = false
[dependencies]
crossbeam = "0.2"
-globset = { version = "0.1.1", path = "../globset" }
+globset = { version = "0.1.2", path = "../globset" }
lazy_static = "0.2"
log = "0.3"
memchr = "0.1"