From a45f27c902f1b117a6fe56a9709b619a011967b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 22:04:37 +0000 Subject: [PATCH] build(deps)(deps): update zip requirement in the all-dependencies group Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. Updates `zip` to 8.0.0 - [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.1.0...v8.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.0.0 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe9389b..a75d582 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "2.0.17" [build-dependencies] curl = "0.4.47" lazy_static = "1.5.0" -zip = "7.1.0" +zip = "8.0.0" bindgen = "0.72.1" [package.metadata.docs.rs]