diff --git a/Cargo.toml b/Cargo.toml index 9dc1bb27..234d5e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,4 +96,4 @@ flate2 = { version = "1" } # testing serial_test = { version = "3" } tempfile = { version = "3" } -zip = { version = "4", default-features = false, features = ["deflate"] } +zip = { version = "8", default-features = false, features = ["deflate"] }