Update Rust crate zip to v2.1.1
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
977aa18d38
commit
8047d72a35
5
geneit_backend/Cargo.lock
generated
5
geneit_backend/Cargo.lock
generated
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user