Revert "Update zip requirement from 0.6 to 1.2 (#2169)" (#2174)

This reverts commit c621a5e4753ad6bce4b02084971d14d6d6b4e02a.
This commit is contained in:
Dominik Maier 2024-05-13 20:25:54 +02:00 committed by GitHub
parent b0d95676f9
commit 6b76b6ea98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ nautilus = ["grammartec", "std", "serde_json/std"]
[build-dependencies]
reqwest = { version = "0.11", features = ["blocking"], optional = true }
rustversion = "1.0"
zip = { version = "1.2", optional = true }
zip = { version = "0.6", optional = true }
[dev-dependencies]
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }