Skip to content

Commit

Permalink
Merge pull request #179 from agourlay/dependabot/cargo/zip-2.2.0
Browse files Browse the repository at this point in the history
Bump zip from 2.1.6 to 2.2.0
  • Loading branch information
mergify[bot] authored Aug 20, 2024
2 parents a7f30f4 + febd1c8 commit a9389a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -11,7 +11,7 @@ keywords = ["zip", "archive", "password", "crack", "brute-force"]
edition = "2021"

[dependencies]
zip = "2.1.6"
zip = "2.2.0"
pbkdf2 = "0.12.2" # parallel version did not help the performance
hmac = { version = "0.12.1", features = ["reset"] }
sha1 = "0.10.6"
Expand Down

0 comments on commit a9389a1

Please sign in to comment.