diff --git a/Cargo.toml b/Cargo.toml index 589a1c9..30952d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,10 +39,7 @@ parking_lot = "0" serde_json = "1" smallvec = { version = "1", features = ["write"] } tokio = { version = "1", features = ["macros"] } -zip = { version = "2", default-features = false, features = [ - "deflate-flate2", - "flate2", -] } +zip = { version = "2", default-features = false, features = ["flate2"] } [features] console-subscriber = ["dep:console-subscriber"]