Merge pull request #879 from AleoHQ/dependabot/cargo/zip-0.5.12

Bump zip from 0.5.10 to 0.5.12
This commit is contained in:
Collin Chin 2021-04-21 15:45:55 -07:00 committed by GitHub
commit 911b5370f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -3468,9 +3468,9 @@ dependencies = [
[[package]]
name = "zip"
version = "0.5.10"
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a8977234acab718eb2820494b2f96cbb16004c19dddf88b7445b27381450997"
checksum = "9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27"
dependencies = [
"byteorder",
"bzip2",