From ceecca5440ab1a39e3ecbf9b8f9e0cbc2ed481c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:36:06 +0000 Subject: [PATCH] Update zip requirement from 7 to 8 Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. - [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/v7.0.0...v8.1.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db26192..5841495 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"] pyo3 = { version = "0.28", features = ["abi3-py38"] } # Compression -zip = { version = "7", default-features = false, features = ["deflate", "aes-crypto", "time", "zstd"] } +zip = { version = "8", default-features = false, features = ["deflate", "aes-crypto", "time", "zstd"] } flate2 = "1" # File timestamps