From c42d7e7966e92e81a100017d269a3bf9274c6fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:52:07 +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 | 18 +++--------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18ad1a1..6677186 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ dependencies = [ "toml 0.8.23", "tracing", "walkdir", - "zip 2.4.2", + "zip", ] [[package]] @@ -1591,7 +1591,7 @@ dependencies = [ "url", "uuid", "walkdir", - "zip 0.6.6", + "zip", ] [[package]] @@ -1640,7 +1640,7 @@ dependencies = [ "validator", "walkdir", "wiremock", - "zip 0.6.6", + "zip", ] [[package]] @@ -5348,18 +5348,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 e2e7ee6..3c50182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ walkdir = "2.5" fs2 = "0.4" # 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.12", default-features = false, features = ["json", "multipart", "rustls-tls"] }