diff --git a/Cargo.lock b/Cargo.lock index e2de971..efd14a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2632,9 +2632,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.2.0" +version = "8.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" +checksum = "5c546feb4481b0fbafb4ef0d79b6204fc41c6f9884b1b73b1d73f82442fc0845" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 6f4d193..9380d09 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.2.0", default-features = false, features = ["deflate"] } +zip = { version = "8.3.1", default-features = false, features = ["deflate"] } [dev-dependencies] tempfile = "3"