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

This commit is contained in:
Pierre HUBERT 2024-11-22 00:18:05 +00:00
parent 0c4f352815
commit 36d269dde7

View File

@ -3227,9 +3227,9 @@ dependencies = [
[[package]]
name = "zip"
version = "2.2.0"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352"
dependencies = [
"aes",
"arbitrary",
@ -3247,7 +3247,7 @@ dependencies = [
"pbkdf2",
"rand",
"sha1",
"thiserror 1.0.69",
"thiserror 2.0.3",
"time",
"zeroize",
"zopfli",