Skip to content

Commit

Permalink
deps: update clap to 2.24
Browse files Browse the repository at this point in the history
Fixes #442
  • Loading branch information
BurntSushi committed May 8, 2017
1 parent d2c7a76 commit 0b685c8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ path = "tests/tests.rs"
[dependencies]
atty = "0.2.2"
bytecount = "0.1.4"
clap = "2.23.1"
clap = "2.24.1"
encoding_rs = "0.5.0"
env_logger = { version = "0.4", default-features = false }
grep = { version = "0.1.5", path = "grep" }
Expand All @@ -44,7 +44,7 @@ same-file = "0.1.1"
termcolor = { version = "0.3.0", path = "termcolor" }

[build-dependencies]
clap = "2.23.1"
clap = "2.24.1"
lazy_static = "0.2"

[features]
Expand Down

0 comments on commit 0b685c8

Please sign in to comment.