Bump zip from 1.2.1 to 1.2.3 (#1760)

Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v1.2.1...v1.2.3)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-15 08:50:42 -04:00 committed by GitHub
parent d3cd6c4928
commit f8a1356075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 58 deletions

63
Cargo.lock generated
View File

@ -602,7 +602,7 @@ dependencies = [
"thiserror", "thiserror",
"tracing-core", "tracing-core",
"tracing-subscriber", "tracing-subscriber",
"zip 1.2.1", "zip 1.2.3",
] ]
[[package]] [[package]]
@ -817,7 +817,7 @@ dependencies = [
"safetensors 0.4.3", "safetensors 0.4.3",
"thiserror", "thiserror",
"yoke", "yoke",
"zip 1.2.1", "zip 1.2.3",
] ]
[[package]] [[package]]
@ -3439,27 +3439,6 @@ dependencies = [
"libc", "libc",
] ]
[[package]]
name = "num_enum"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.63",
]
[[package]] [[package]]
name = "num_threads" name = "num_threads"
version = "0.1.7" version = "0.1.7"
@ -3912,15 +3891,6 @@ dependencies = [
"yansi", "yansi",
] ]
[[package]]
name = "proc-macro-crate"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
"toml_edit 0.21.1",
]
[[package]] [[package]]
name = "proc-macro-error" name = "proc-macro-error"
version = "1.0.4" version = "1.0.4"
@ -5472,7 +5442,7 @@ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",
"toml_edit 0.22.12", "toml_edit",
] ]
[[package]] [[package]]
@ -5484,17 +5454,6 @@ dependencies = [
"serde", "serde",
] ]
[[package]]
name = "toml_edit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap 2.2.6",
"toml_datetime",
"winnow 0.5.40",
]
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.22.12" version = "0.22.12"
@ -5505,7 +5464,7 @@ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",
"winnow 0.6.7", "winnow",
] ]
[[package]] [[package]]
@ -6250,15 +6209,6 @@ version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "winnow"
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]] [[package]]
name = "winnow" name = "winnow"
version = "0.6.7" version = "0.6.7"
@ -6467,9 +6417,9 @@ dependencies = [
[[package]] [[package]]
name = "zip" name = "zip"
version = "1.2.1" version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006d078b7b6fc587bb25e022ad39e7086f44e5c4fef6076964ea601533241beb" checksum = "c700ea425e148de30c29c580c1f9508b93ca57ad31c9f4e96b83c194c37a7a8f"
dependencies = [ dependencies = [
"aes", "aes",
"arbitrary", "arbitrary",
@ -6483,7 +6433,6 @@ dependencies = [
"hmac", "hmac",
"indexmap 2.2.6", "indexmap 2.2.6",
"lzma-rs", "lzma-rs",
"num_enum",
"pbkdf2 0.12.2", "pbkdf2 0.12.2",
"rand", "rand",
"sha1", "sha1",

View File

@ -84,7 +84,7 @@ serial_test = "3.1.1"
web-time = "1.1.0" web-time = "1.1.0"
hound = "3.5.1" hound = "3.5.1"
image = "0.25.1" image = "0.25.1"
zip = "1.2.1" zip = "1.2.3"
# Terminal UI # Terminal UI
ratatui = "0.26.2" ratatui = "0.26.2"