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.