From 94b2d5399ff28950dd809d33fbf4e5ab5e8537aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 07:18:53 +0000 Subject: [PATCH] Bump zip from 5.1.1 to 6.0.0 Bumps [zip](https://github.com/zip-rs/zip2) from 5.1.1 to 6.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...v6.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6971eb0..129dbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1529,7 +1529,7 @@ dependencies = [ "tracing-subscriber", "url", "wiremock", - "zip 5.1.1", + "zip 6.0.0", ] [[package]] @@ -3370,9 +3370,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.1.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" +checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 5a66c3e..2a3854a 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 = "6.0" gitlab-runner-mock = "0.2.1" # gitlab-runner-mock = { path = "../gitlab-runner-rs/gitlab-runner-mock" }