summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-09 18:54:22 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-09 18:54:22 -0500
commit64dc9b67092cec0faf6aeb03498d184b8851a4aa (patch)
treeeba08860fd8b2b628032cdd17020dddf4be438b3 /Cargo.toml
parent9ffd4c421f3f386ef1d944a2b636c1fa0cee4ea2 (diff)
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42706e58..47aad3cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ ctrlc = "2.0"
docopt = "0.6"
env_logger = "0.3"
grep = { version = "0.1.4", path = "grep" }
-ignore = { version = "0.1.4", path = "ignore" }
+ignore = { version = "0.1.5", path = "ignore" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"