Update Rust crate zip to v2.1.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-05-29 00:20:18 +00:00 committed by Pierre HUBERT
parent 977aa18d38
commit 8047d72a35

View File

@ -4086,9 +4086,9 @@ dependencies = [
[[package]] [[package]]
name = "zip" name = "zip"
version = "2.0.0" version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fccb210625924ecbbe92f9bb497d04b167b64fe5540cec75f10b16e0c51ee92b" checksum = "1dd56a4d5921bc2f99947ac5b3abe5f510b1be7376fdc5e9fce4a23c6a93e87c"
dependencies = [ dependencies = [
"aes", "aes",
"arbitrary", "arbitrary",
@ -4102,6 +4102,7 @@ dependencies = [
"hmac", "hmac",
"indexmap 2.2.6", "indexmap 2.2.6",
"lzma-rs", "lzma-rs",
"memchr",
"pbkdf2", "pbkdf2",
"rand", "rand",
"sha1", "sha1",