bump clap to 2.20.5

Fixes #383
This commit is contained in:
Andrew Gallant
2017-02-25 18:43:13 -05:00
parent da1764dfd1
commit 4e8c0fc4ad
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ path = "tests/tests.rs"
[dependencies]
atty = "0.2.2"
bytecount = "0.1.4"
clap = "2.19.0"
clap = "2.20.5"
env_logger = { version = "0.4", default-features = false }
grep = { version = "0.1.5", path = "grep" }
ignore = { version = "0.1.7", path = "ignore" }