From 1c8fd1aa20453e0318894402561395934ad98d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:16:45 +0000 Subject: [PATCH] build(deps): update zip requirement from 7.2.0 to 8.1.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.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 b6f9503..930affa 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.1.0" [dev-dependencies] tempfile = "3.13.0"