Skip to content

Commit

Permalink
chore(deps): update rust crate zip to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 7e5d3d0 commit 0cdd7d8
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 48 deletions.
159 changes: 113 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/components/fixtures/gdtf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ tracing = "0.1"
anyhow = "1"
mizer-fixtures = { path = ".." }
mizer-util = { path = "../../../util" }
zip = "0.6"
zip = "2.0"
hard-xml = "1.36"
rayon = "1.10"
2 changes: 1 addition & 1 deletion crates/components/fixtures/qlcplus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ cached = { version = "0.49", default-features = false, features = ["proc_macro"]

[build-dependencies]
ureq = "2.9"
zip = "0.6"
zip = "2.0"
temp-dir = "0.1"
fs_extra = "1.3"

0 comments on commit 0cdd7d8

Please sign in to comment.