From a2216c1aded62822ada6bcbff26e34d38d7aaf55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:40:16 +0000 Subject: [PATCH] build(deps): bump zip from 4.3.0 to 5.0.0 Bumps [zip](https://github.com/zip-rs/zip2) from 4.3.0 to 5.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/v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 5.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 acb4e0d..483fe64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3728,9 +3728,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.3.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b" +checksum = "b9fdfa5f34b5980f2c21b3a2c68c09ade4debddc7be52c51056695effc73a08c" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 106fecf..8eb99a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tempfile = "3" thiserror = "2" tokio = { version = "1", features = ["fs", "macros", "rt", "sync", "time"] } tracing = "0.1" -zip = { version = "4", default-features = false, features = ["deflate"] } +zip = { version = "5", default-features = false, features = ["deflate"] } [dev-dependencies] aws-smithy-mocks = "0.1"