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] authored Nov 5, 2024
1 parent d96e82e commit 2044e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -17,6 +17,6 @@ serde_derive = "1"

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

0 comments on commit 2044e52

Please sign in to comment.