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"] }