Skip to content

Commit

Permalink
Merge pull request #65 from jiep/dependabot/cargo/clap-4.1.13
Browse files Browse the repository at this point in the history
Bump clap from 4.1.9 to 4.1.13
  • Loading branch information
jiep authored Mar 26, 2023
2 parents 7817c42 + e2876dd commit 4be2521
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 41 deletions.
66 changes: 26 additions & 40 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 @@ -12,7 +12,7 @@ hex = "0.4.3"
sha3 = "0.10.6"
sha2 = "0.10.6"
aes-gcm = "0.10.1"
clap = { version = "4.1.9", features = ["derive"] }
clap = { version = "4.1.13", features = ["derive"] }
ctr = "0.9.2"
aes = "0.8.2"
k256 = "0.13.0" #ecdsa
Expand Down

0 comments on commit 4be2521

Please sign in to comment.