Skip to content

Commit

Permalink
Merge pull request #206 from agourlay/dependabot/cargo/zip-2.2.1
Browse files Browse the repository at this point in the history
Bump zip from 2.2.0 to 2.2.1
  • Loading branch information
mergify[bot] authored Nov 21, 2024
2 parents 1b6f26f + 8c7a486 commit e29c363
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
30 changes: 5 additions & 25 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.2.0"
zip = "2.2.1"
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 e29c363

Please sign in to comment.