summaryrefslogtreecommitdiffstats
path: root/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 /Cargo.toml
parent76b9f01ad24bc98ba54bdabd36781cc3e08c4081 (diff)
Update sub-crate dependency versions.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b60f7f98..70091582 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,8 +28,8 @@ bytecount = "0.1.4"
ctrlc = "2.0"
docopt = "0.6"
env_logger = "0.3"
-grep = { version = "0.1.3", path = "grep" }
-ignore = { version = "0.1.3", path = "ignore" }
+grep = { version = "0.1.4", path = "grep" }
+ignore = { version = "0.1.4", path = "ignore" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"