From a1d6b3e9cd290ac365fe5145b92816d64a4b40f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:16:27 +0000 Subject: [PATCH] build(deps): bump zip from 6.0.0 to 7.0.0 Bumps [zip](https://github.com/zip-rs/zip2) from 6.0.0 to 7.0.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/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 8e522eb..6bbbd6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3521,9 +3521,9 @@ dependencies = [ [[package]] name = "zip" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" +checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 531e58f..efef892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tempfile = "3" thiserror = "2" tokio = { version = "1", features = ["fs", "macros", "rt", "sync", "time"] } tracing = "0.1" -zip = { version = "6", default-features = false, features = ["deflate"] } +zip = { version = "7", default-features = false, features = ["deflate"] } [dev-dependencies] aws-smithy-mocks = "0.2"