diff --git a/Cargo.lock b/Cargo.lock index a384a30..0ddc28e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4033,12 +4033,6 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" -[[package]] -name = "typed-path" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e" - [[package]] name = "typenum" version = "1.20.0" @@ -5214,15 +5208,14 @@ dependencies = [ [[package]] name = "zip" -version = "8.6.0" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b" +checksum = "9013f1222db8a6d680f13a7ccdc60a781199cd09c2fa4eff58e728bb181757fc" dependencies = [ "crc32fast", "flate2", "indexmap", "memchr", - "typed-path", "zopfli", ] diff --git a/Cargo.toml b/Cargo.toml index 8f3d40d..13b11a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ unic-langid = "0.9" dirs = "6" tracing = "0.1" walkdir = "2" -zip = { version = "8", default-features = false, features = ["deflate"] } +zip = { version = "=7.1.0", default-features = false, features = ["deflate"] } [package] name = "greentic-bundle"