From a1bade133d7110c8a25d2b0a51d8339dc128921d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 16:26:29 +0000 Subject: [PATCH] build(deps): bump the ecc group with 2 updates Bumps the ecc group with 2 updates: [zcash_address](https://github.com/zcash/librustzcash) and [zcash_protocol](https://github.com/zcash/librustzcash). Updates `zcash_address` from 0.6.0 to 0.6.2 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/zcash_address-0.6.0...zcash_address-0.6.2) Updates `zcash_protocol` from 0.4.0 to 0.4.3 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/zcash_protocol-0.4.0...zcash_protocol-0.4.3) --- updated-dependencies: - dependency-name: zcash_address dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc - dependency-name: zcash_protocol dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 ++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11dcdfaa92c..f1db7f0e656 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,6 +376,12 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" +[[package]] +name = "bech32" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" + [[package]] name = "bellman" version = "0.14.0" @@ -5765,12 +5771,13 @@ dependencies = [ [[package]] name = "zcash_address" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ff95eac82f71286a79c750e674550d64fb2b7aadaef7b89286b2917f645457d" +checksum = "9b955fe87f2d9052e3729bdbeb0e94975355f4fe39f7d26aea9457bec6a0bb55" dependencies = [ - "bech32", + "bech32 0.11.0", "bs58", + "core2", "f4jumble", "zcash_encoding", "zcash_protocol", @@ -5783,7 +5790,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbeeede366fdb642710d3c59fc2090489affd075f66db53ed11bb7138d2d0258" dependencies = [ "base64 0.22.1", - "bech32", + "bech32 0.9.1", "bls12_381", "bs58", "crossbeam-channel", @@ -5843,7 +5850,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8162c94957f1e379b8e2fb30f97b95cfa93ac9c6bc02895946ca6392d1abb81" dependencies = [ - "bech32", + "bech32 0.9.1", "blake2b_simd", "bls12_381", "bs58", @@ -5940,11 +5947,13 @@ dependencies = [ [[package]] name = "zcash_protocol" -version = "0.4.0" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bc22b9155b2c7eb20105cd06de170d188c1bc86489b92aa3fda7b8da8d96acf" +checksum = "82cb36b15b5a1be70b30c32ce40372dead6561df8a467e297f96b892873a63a2" dependencies = [ + "core2", "document-features", + "hex", "memuse", ] diff --git a/Cargo.toml b/Cargo.toml index dccad95c218..d85e4f5e3c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ resolver = "2" incrementalmerkletree = { version = "0.7.1", features = ["legacy-api"] } orchard = "0.10.0" sapling-crypto = "0.3.0" -zcash_address = "0.6.0" +zcash_address = "0.6.2" zcash_client_backend = "0.14.0" zcash_encoding = "0.2.2" zcash_history = "0.4.0"