Skip to content

Commit cab3b58

Browse files
authored
Merge pull request #19804 from lnicola/bump-zip
minor: Bump zip to 3.0
2 parents b25cef8 + f3b5221 commit cab3b58

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Cargo.lock

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

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ write-json = "0.1.4"
1414
xshell.workspace = true
1515
xflags = "0.3.2"
1616
time = { version = "0.3", default-features = false }
17-
zip = { version = "2.4", default-features = false, features = ["deflate-flate2", "flate2", "time"] }
17+
zip = { version = "3.0", default-features = false, features = ["deflate-flate2", "time"] }
1818
stdx.workspace = true
1919
proc-macro2 = "1.0.94"
2020
quote = "1.0.40"

0 commit comments

Comments
 (0)