From 73c62af8903163dbf295b0640596cd066a014804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 22:05: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.6.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.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.6.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..ab6e7e4 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.6.0" bindgen = "0.72.1" [package.metadata.docs.rs]