Update sub-crate dependency versions.

This commit is contained in:
Andrew Gallant
2016-11-06 15:48:40 -05:00
parent 76b9f01ad2
commit dada75d2a7
3 changed files with 9 additions and 9 deletions

View File

@@ -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"