Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #44 from crate-ci/dependabot/cargo/clap-2.32.0
Browse files Browse the repository at this point in the history
build(deps): bump clap from 2.31.2 to 2.32.0
  • Loading branch information
epage authored Jul 2, 2018
2 parents bccbb23 + 7ce9767 commit bddb7c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -30,7 +30,7 @@ cargo_metadata = "0.5"

env_logger = "0.5"
exitcode = "1.1"
clap = "2.0"
clap = "2.32"
structopt = "0.2"

zip = { version = "0.4", default-features = false, features = ["deflate"], optional = true }
Expand All @@ -43,5 +43,5 @@ serde_yaml = "0.7"
toml = { version = "0.4.0", optional = true }

[build-dependencies]
clap = "2.0"
clap = "2.32"
structopt = "0.2"

0 comments on commit bddb7c6

Please sign in to comment.