From 84613a8d58f08735629e792f8d805cda2bf312c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:40:11 +0000 Subject: [PATCH] build(deps): update zip requirement from 4 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/v4.0.0...v8.2.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.2.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 9dc1bb27..234d5e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,4 +96,4 @@ flate2 = { version = "1" } # testing serial_test = { version = "3" } tempfile = { version = "3" } -zip = { version = "4", default-features = false, features = ["deflate"] } +zip = { version = "8", default-features = false, features = ["deflate"] }