1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-02 08:42:54 +00:00

chore: use zip crate version 1.1

This commit is contained in:
2024-04-20 23:49:09 +02:00
parent 1f8bb2f34c
commit 5e297a0353
5 changed files with 120 additions and 43 deletions

View File

@ -23,7 +23,7 @@ dialoguer = "0.11"
indicatif = "0.17"
deob = { path = "./libs/deob", optional = true }
zip = { version = "0.6", optional = true }
zip = { version = "1.1", optional = true }
bytes = "1.6"
[features]