Skip to content

Commit

Permalink
Merge pull request #1600 from volta-cli/bump-zip
Browse files Browse the repository at this point in the history
Update to zip 0.5 to resolve bzip2 issue
  • Loading branch information
chriskrycho authored Dec 20, 2023
2 parents 6a2bc4d + 6bc65c4 commit 57591c0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 43 deletions.
70 changes: 28 additions & 42 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/archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
flate2 = "1.0"
tar = "0.4.13"
zip_rs = { version = "0.2.6", package = "zip" }
zip_rs = { version = "0.5", package = "zip" }
tee = "0.1.0"
fs-utils = { path = "../fs-utils" }
progress-read = { path = "../progress-read" }
Expand Down

0 comments on commit 57591c0

Please sign in to comment.