From 973d3a8aee0e48966af2a6b1d455d5a0efef2281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:52:57 +0000 Subject: [PATCH] Bump zip from 2.2.3 to 2.3.0 Bumps [zip](https://github.com/zip-rs/zip2) 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 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 429db2e..6c5179b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,9 +1506,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/Cargo.toml b/Cargo.toml index 90093cf..a9ad492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ logging_timer = "1.1" tempfile = "3.18" [workspace.dependencies.zip] -version = "2.2" +version = "2.3" default-features = false # We specifically don't include "time" which is otherwise default. Without time, zip creation # always uses 1/1/1980 and gives us reproducible zip creation by default.