Skip to content

Commit

Permalink
chore(bita/cli): bump clap to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Jan 4, 2024
1 parent e7b4a77 commit 8175088
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 375 deletions.
139 changes: 78 additions & 61 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 @@ -16,7 +16,7 @@ members = [
]

[dependencies]
clap = "3.1.0"
clap = { version = "4.4.12" }
blake2 = "0.10.0"
atty = "0.2.14"
log = "0.4.14"
Expand Down
Loading

0 comments on commit 8175088

Please sign in to comment.