From 5e2763f5df8d3238b9a9d6a84fda684a9e8fbd2e Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Sun, 19 Feb 2023 13:32:40 -0300 Subject: [PATCH] manifest: Remove unused flate2 crate I accidentally added this crate which ended up not being used. Oh well. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ceb38c..341f376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ fs_extra = "1.2.0" anyhow = "1.0" size_format = "1.0.2" config = "0.13.1" -flate2 = "1.0" xz2 = "0.1" tar = "0.4"