From 4d8e0e18f300aa1a349ac3dc2d3fe3b1e103e61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:57:33 +0000 Subject: [PATCH] deps(deps): bump zip from 0.6.6 to 2.4.2 Bumps [zip](https://github.com/zip-rs/zip2) from 0.6.6 to 2.4.2. - [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/commits/v2.4.2) --- updated-dependencies: - dependency-name: zip dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++-------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ce4a90..2e1fbf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ "toml", "tracing", "walkdir", - "zip 2.4.2", + "zip", ] [[package]] @@ -1501,7 +1501,7 @@ dependencies = [ "validator", "walkdir", "wiremock", - "zip 0.6.6", + "zip", ] [[package]] @@ -5034,18 +5034,6 @@ dependencies = [ "syn", ] -[[package]] -name = "zip" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" -dependencies = [ - "byteorder", - "crc32fast", - "crossbeam-utils", - "flate2", -] - [[package]] name = "zip" version = "2.4.2" diff --git a/Cargo.toml b/Cargo.toml index 71d8adf..7db9bb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ walkdir = "2.5" fs2 = "0.4" # Cross-platform file locking # Archive handling -zip = { version = "0.6", default-features = false, features = ["deflate"] } +zip = { version = "2.4", default-features = false, features = ["deflate"] } # HTTP client for embedding API (rustls for musl compatibility) reqwest = { version = "0.11", default-features = false, features = ["json", "multipart", "rustls-tls"] }