From 466591c167424c6356d41784b7d2024ef3f581e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 15:42:09 +0000 Subject: [PATCH] Bump zip from 4.0.0 to 4.2.0 Bumps [zip](https://github.com/zip-rs/zip2) from 4.0.0 to 4.2.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/v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e7447e..2627163 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3623,9 +3623,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.0.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd" +checksum = "95ab361742de920c5535880f89bbd611ee62002bf11341d16a5f057bb8ba6899" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 93355b7..45aafa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,6 @@ reqwest = { version = "0.12.15", features = ["json"] } octocrab = "0.44.1" tempfile = "3.19.1" self-replace = "1.5.0" -zip = "4.0.0" +zip = "4.2.0" nix = { version = "0.29.0", features = ["process"] } minreq = { version = "2.14.0", features = ["https"] }