Skip to content

Commit 068b9a2

Browse files
chore(deps): update rust crate zip to v1 (#1226)
* fix(deps): update rust crate zip to v1 * Update Cargo.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <[email protected]>
1 parent 732244c commit 068b9a2

File tree

2 files changed

+113
-25
lines changed

2 files changed

+113
-25
lines changed

Cargo.lock

Lines changed: 112 additions & 24 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 = "0.6", optional = true }
37+
zip = { version = "1", 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)