From 9b6991ae80fd025b4a0225c0f98fafdadc833a1c Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Tue, 11 Mar 2025 19:23:41 -0400 Subject: [PATCH] chore(deps): remove redundant feature from zip --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"]