From 910b30af1f387d731dd2aa7151ff2f227f99af44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:38:52 +0000 Subject: [PATCH] chore(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 | 2 +- crates/paperjam-docx/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f09534f..acea8dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2142,7 +2142,7 @@ dependencies = [ "docx-rs", "paperjam-model", "thiserror", - "zip 0.6.6", + "zip 2.4.2", ] [[package]] diff --git a/crates/paperjam-docx/Cargo.toml b/crates/paperjam-docx/Cargo.toml index 201fefd..bf2c986 100644 --- a/crates/paperjam-docx/Cargo.toml +++ b/crates/paperjam-docx/Cargo.toml @@ -10,4 +10,4 @@ description = "DOCX document processing for the paperjam ecosystem" paperjam-model = { path = "../paperjam-model" } docx-rs = "0.4" thiserror = { workspace = true } -zip = { version = "0.6", default-features = false, features = ["deflate"] } +zip = { version = "2.4", default-features = false, features = ["deflate"] }