Skip to content

Commit 1578970

Browse files
fix(deps): update rust crate zip to v2 (#1427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04ce9c4 commit 1578970

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

Cargo.lock

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

plugins/updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tempfile = "3"
3434
infer = "0.15"
3535

3636
[target."cfg(target_os = \"windows\")".dependencies]
37-
zip = { version = "1", default-features = false, optional = true }
37+
zip = { version = "2", default-features = false, optional = true }
3838
windows-sys = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging" ] }
3939

4040
[target."cfg(target_os = \"linux\")".dependencies]

0 commit comments

Comments
 (0)