Skip to content

Commit

Permalink
fix(deps): update rust crate zip to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent ab41e6d commit 49d5970
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
56 changes: 53 additions & 3 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 crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ureq = { version = "2.10", default-features = false }
hex = "0.4"
sha1 = "0.10"
sha2 = "0.10"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
zip = { version = "2.0", default-features = false, features = ["deflate"] }
handlebars = "5.1"
glob = "0.3"
relative-path = "1.9"
Expand Down

0 comments on commit 49d5970

Please sign in to comment.