Skip to content

Commit

Permalink
Merge pull request #3 from edwardgeorge/dependabot/cargo/clap-4.5.4
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 2.33.3 to 4.5.4
  • Loading branch information
edwardgeorge authored Jun 6, 2024
2 parents 25e1dde + 9909f45 commit 1ec4bd6
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 103 deletions.
196 changes: 143 additions & 53 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 @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
blake2 = "0.9.1"
clap = "2.33.0"
clap = { version = "4.5.4", features = ["cargo"] }
digest = "0.9.0"
generic-array = "0.14.4"
rayon = "1.10.0"
Expand Down
Loading

0 comments on commit 1ec4bd6

Please sign in to comment.