diff --git a/Cargo.lock b/Cargo.lock index 2ea894bcb5..5497e33590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7194,10 +7194,12 @@ dependencies = [ "crc32fast", "crossbeam-utils", "displaydoc", + "flate2", "indexmap 2.9.0", "memchr", "thiserror 2.0.12", "time", + "zopfli", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6c37b7ec5f..42bdeb9d46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,6 +167,7 @@ self_update = { version = "0.42", optional = true, default-features = false, fea [target.'cfg(windows)'.dependencies] self_update = { version = "0.42", optional = true, default-features = false, features = [ "archive-zip", + "compression-zip-deflate", "signatures", ] } sevenz-rust = "0.6"