Skip to content

Commit 0f956ea

Browse files
Bump zip crate to 2.5.0
All versions of `zip < 2.3.0` has been yanked: zip-rs/zip2#315
1 parent a7384fa commit 0f956ea

File tree

2 files changed

+26
-31
lines changed

2 files changed

+26
-31
lines changed

Cargo.lock

Lines changed: 25 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tar = "0.4.13"
1111
# set of capabilities, and it has a vulnerability. We also don't need to use
1212
# every single compression algorithm feature since we are only downloading
1313
# Node as a zip file
14-
zip_rs = { version = "=2.1.6", package = "zip", default-features = false, features = ["deflate", "bzip2"] }
14+
zip_rs = { version = "=2.5.0", package = "zip", default-features = false, features = ["deflate", "bzip2"] }
1515
tee = "0.1.0"
1616
fs-utils = { path = "../fs-utils" }
1717
progress-read = { path = "../progress-read" }

0 commit comments

Comments
 (0)