Skip to content

Commit 331c742

Browse files
fix(deps): update rust crate zip to v2
1 parent e879b6c commit 331c742

File tree

2 files changed

+43
-4
lines changed

2 files changed

+43
-4
lines changed

Cargo.lock

+42-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/packager/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ureq = { version = "2.10", default-features = false }
6565
hex = "0.4"
6666
sha1 = "0.10"
6767
sha2 = "0.10"
68-
zip = { version = "0.6", default-features = false, features = ["deflate"] }
68+
zip = { version = "2.0", default-features = false, features = ["deflate"] }
6969
handlebars = "5.1"
7070
glob = "0.3"
7171
relative-path = "1.9"

0 commit comments

Comments
 (0)