From efb99f0cd69d7520b3564bd1341c5ca066b080b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:04:50 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- gitlab-runner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0f5283..8608525 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2731,9 +2731,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/gitlab-runner/Cargo.toml b/gitlab-runner/Cargo.toml index e85cbef..d81a42c 100644 --- a/gitlab-runner/Cargo.toml +++ b/gitlab-runner/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.200", features = [ "derive" ] } serde_json = "1.0.143" thiserror = "2.0.11" bytes = "1.9.0" -zip = "5.1.1" +zip = "6.0.0" pin-project = "1.1.10" futures = "0.3.15" async-trait = "0.1.86"