From 58da22ca0826fdd0dca6a91a040e794024590af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:14:44 +0000 Subject: [PATCH] Bump zip from 5.1.1 to 7.0.0 Bumps [zip](https://github.com/zip-rs/zip2) from 5.1.1 to 7.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/v5.1.1...v7.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6971eb0..90fd3b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1347,9 +1347,9 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "lzma-rust2" -version = "0.13.0" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c60a23ffb90d527e23192f1246b14746e2f7f071cb84476dd879071696c18a4a" +checksum = "48172246aa7c3ea28e423295dd1ca2589a24617cc4e588bb8cfe177cb2c54d95" dependencies = [ "crc", "sha2", @@ -1529,7 +1529,7 @@ dependencies = [ "tracing-subscriber", "url", "wiremock", - "zip 5.1.1", + "zip 7.0.0", ] [[package]] @@ -3370,9 +3370,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.1.1" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" +checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" dependencies = [ "aes", "arbitrary", @@ -3381,6 +3381,7 @@ dependencies = [ "crc32fast", "deflate64", "flate2", + "generic-array", "getrandom 0.3.3", "hmac", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 5a66c3e..bba0ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ thiserror = "2.0.12" claims = "0.8" rstest = "0.26" wiremock = "0.6" -zip = "5.1" +zip = "7.0" gitlab-runner-mock = "0.2.1" # gitlab-runner-mock = { path = "../gitlab-runner-rs/gitlab-runner-mock" }