From 00d1a0020e5784ef45148b7456059c28323c751e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:31:13 +0000 Subject: [PATCH] build(deps): bump zip in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [zip](https://github.com/zip-rs/zip2). Updates `zip` from 2.2.3 to 2.3.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/v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- gix-archive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff8decc8223..a0f54606ae0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6296,9 +6296,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.3" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b280484c454e74e5fff658bbf7df8fdbe7a07c6b2de4a53def232c15ef138f3a" +checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7" dependencies = [ "arbitrary", "crc32fast", diff --git a/gix-archive/Cargo.toml b/gix-archive/Cargo.toml index 10d631aebf1..cf449bbade1 100644 --- a/gix-archive/Cargo.toml +++ b/gix-archive/Cargo.toml @@ -33,7 +33,7 @@ gix-path = { version = "^0.10.14", path = "../gix-path", optional = true } gix-date = { version = "^0.9.3", path = "../gix-date" } flate2 = { version = "1.0.33", optional = true } -zip = { version = "2.1.0", optional = true, default-features = false, features = ["deflate"] } +zip = { version = "2.3.0", optional = true, default-features = false, features = ["deflate"] } jiff = { version = "0.2.0", default-features = false, features = ["std"] } thiserror = "2.0.0"