diff --git a/Cargo.lock b/Cargo.lock index 82328d6..d4d6925 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2654,9 +2654,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.4.0" +version = "8.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9" +checksum = "2726508a48f38dceb22b35ecbbd2430efe34ff05c62bd3285f965d7911b33464" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 5daeb7c..30ea1a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ sha2 = "0.10" tar = "0.4" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } toml = "1" -zip = { version = "8.3.1", default-features = false, features = ["deflate"] } +zip = { version = "8.5.0", default-features = false, features = ["deflate"] } [dev-dependencies] tempfile = "3"