summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-02-25 18:43:13 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-02-25 18:43:13 -0500
commit4e8c0fc4ade785775005b416dc030295c684cb67 (patch)
treeaeddc451ffc5e0cfb55dfdc54a5bf31a536f5021 /Cargo.toml
parentda1764dfd1da683788788cc9e64e704095400179 (diff)
bump clap to 2.20.5
Fixes #383
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 82efb047..2a079292 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }