From c041d11673361c08df16263d87d751096d04ffce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:59:08 +0100 Subject: [PATCH] build(deps): bump zip from 2.2.2 to 2.4.1 (#5639) Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.2 to 2.4.1. - [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/v2.2.2...v2.4.1) --- updated-dependencies: - dependency-name: zip dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 836d52c6dc..d70452fffd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12273,9 +12273,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.2" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae9c1ea7b3a5e1f4b922ff856a129881167511563dc219869afe3787fc0c1a45" +checksum = "938cc23ac49778ac8340e366ddc422b2227ea176edb447e23fc0627608dddadd" dependencies = [ "arbitrary", "crc32fast",