From 5ce6ab675c04a1290fb5dd7e5947d775d538621f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 03:36:25 +0000 Subject: [PATCH] chore(deps): bump zip from 4.3.0 to 6.0.0 Bumps [zip](https://github.com/zip-rs/zip2) from 4.3.0 to 6.0.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v4.3.0...v6.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 78 ++++++++++++++++++++++++++++++++++-------------------- Cargo.toml | 2 +- 2 files changed, 50 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd448fd..ea836ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,7 +923,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5281855b39aba9684d2f47bf96983fbfd8f1725f12fabb0513a8ab879647bbd" dependencies = [ - "crc", + "crc 2.1.0", "fallible-streaming-iterator", "libflate", "serde", @@ -1754,7 +1754,16 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" dependencies = [ - "crc-catalog", + "crc-catalog 1.1.1", +] + +[[package]] +name = "crc" +version = "3.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" +dependencies = [ + "crc-catalog 2.4.0", ] [[package]] @@ -1763,6 +1772,12 @@ version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.5.0" @@ -1947,7 +1962,7 @@ dependencies = [ "threadpool", "typed-builder", "walkdir", - "zip", + "zip 4.6.1", ] [[package]] @@ -4021,26 +4036,6 @@ dependencies = [ "windows-targets 0.53.3", ] -[[package]] -name = "liblzma" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0791ab7e08ccc8e0ce893f6906eb2703ed8739d8e89b57c0714e71bad09024c8" -dependencies = [ - "liblzma-sys", -] - -[[package]] -name = "liblzma-sys" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b9596486f6d60c3bbe644c0e1be1aa6ccc472ad630fe8927b456973d7cb736" -dependencies = [ - "cc", - "libc", - "pkg-config", -] - [[package]] name = "libm" version = "0.2.15" @@ -4199,6 +4194,16 @@ version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" +[[package]] +name = "lzma-rust2" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c60a23ffb90d527e23192f1246b14746e2f7f071cb84476dd879071696c18a4a" +dependencies = [ + "crc 3.3.0", + "sha2", +] + [[package]] name = "malloc_buf" version = "0.0.6" @@ -6987,7 +6992,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a34eb37ee39e82b74f8a56cf0fe425586cee6e721839f14469d2648352651db" dependencies = [ "tempfile", - "zip", + "zip 4.6.1", ] [[package]] @@ -7588,7 +7593,7 @@ dependencies = [ "rust_decimal", "rust_decimal_macros", "string_cache", - "zip", + "zip 4.6.1", ] [[package]] @@ -8852,7 +8857,7 @@ dependencies = [ "tracing-log", "tracing-subscriber", "url", - "zip", + "zip 6.0.0", ] [[package]] @@ -10250,9 +10255,24 @@ dependencies = [ [[package]] name = "zip" -version = "4.3.0" +version = "4.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" +dependencies = [ + "arbitrary", + "crc32fast", + "flate2", + "indexmap", + "memchr", + "time", + "zopfli", +] + +[[package]] +name = "zip" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b" +checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" dependencies = [ "aes", "arbitrary", @@ -10264,7 +10284,7 @@ dependencies = [ "getrandom 0.3.3", "hmac", "indexmap", - "liblzma", + "lzma-rust2", "memchr", "pbkdf2", "ppmd-rust", diff --git a/Cargo.toml b/Cargo.toml index a2e157e..316e29e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ directories = "6.0.0" qsv-sniffer = "0.11.0" docopt = "1.1.1" filetime = "0.2.25" -zip = "4.3.0" +zip = "6.0.0" sysinfo = "0.37.0" libc = "0.2.175" serde = { version = "1", features = ["derive"] }