From 91effa883264f44852fafe82cf3aed942077d319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:34:06 +0000 Subject: [PATCH] build(deps): update zip requirement from 7.2.0 to 8.0.0 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.2.0...v8.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.0.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 b6f9503..52bba92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = {version = "1.0.214", features = ["derive"]} serde_json = "1.0.132" serial_test = "3.1.1" tokio = {version = "1.41.0", features = ["full", "macros"]} -zip = "7.2.0" +zip = "8.0.0" [dev-dependencies] tempfile = "3.13.0"