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"