Skip to content

Commit

Permalink
fix(deps): update rust crate zip to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent 7394b1d commit 7fc7527
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
35 changes: 32 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 @@ -54,7 +54,7 @@ ureq = { version = "2.9", default-features = false }
hex = "0.4"
sha1 = "0.10"
sha2 = "0.10"
zip = { version = "0.6", default-features = false, features = [ "deflate" ] }
zip = { version = "1.0", default-features = false, features = [ "deflate" ] }
handlebars = "5.1"
glob = "0.3"
relative-path = "1.9"
Expand Down

0 comments on commit 7fc7527

Please sign in to comment.