Skip to content

Commit

Permalink
chore: Upgrade clap to 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 8, 2022
1 parent 5dab424 commit 7278b8f
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 178 deletions.
70 changes: 41 additions & 29 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [
]

[dependencies]
clap = "2.34.0"
clap = { version = "3.1.18", features = ["env"] }
serde = "1.0.137"
serde_json = "1.0.81"
pact_matching = "0.12.8"
Expand Down
Loading

0 comments on commit 7278b8f

Please sign in to comment.