From 98932722af515fa12a8551e7796a8a89749ef550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:23:06 +0000 Subject: [PATCH] chore(deps): bump zip from 4.1.0 to 4.2.0 in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [zip](https://github.com/zip-rs/zip2). Updates `zip` from 4.1.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.1.0...v4.2.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... 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 0406b044ad..531019c055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8909,9 +8909,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7dcdb4229c0e79c2531a24de7726a0e980417a74fb4d030a35f535665439a0" +checksum = "95ab361742de920c5535880f89bbd611ee62002bf11341d16a5f057bb8ba6899" dependencies = [ "aes", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 71715d67b0..2b15fe3a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ tower-http = { version = "0.6.6", features = [ ] } trait-variant = "0.1.2" webpki-roots = "1.0.0" -zip = "4.1.0" +zip = "4.2.0" # Optional dependencies mimalloc = "0.1"