From 33c7035414410380b1f6a8af289c267361a1eec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:32:22 +0000 Subject: [PATCH] build(deps): bump the ecc group across 1 directory with 2 updates Bumps the ecc group with 2 updates in the / directory: [zcash_protocol](https://github.com/zcash/librustzcash) and [zcash_note_encryption](https://github.com/zcash/librustzcash). Updates `zcash_protocol` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/zcash_protocol-0.4.0...zcash_protocol-0.4.1) Updates `zcash_note_encryption` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/zcash_note_encryption-0.4.0...zcash_protocol-0.4.1) --- updated-dependencies: - dependency-name: zcash_protocol dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc - dependency-name: zcash_note_encryption dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- zebra-chain/Cargo.toml | 2 +- zebra-scan/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78a19264e9c..441cf0985b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5696,9 +5696,9 @@ dependencies = [ [[package]] name = "zcash_note_encryption" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b4580cd6cee12e44421dac43169be8d23791650816bdb34e6ddfa70ac89c1c5" +checksum = "77efec759c3798b6e4d829fcc762070d9b229b0f13338c40bf993b7b609c2272" dependencies = [ "chacha20", "chacha20poly1305", @@ -5771,9 +5771,9 @@ dependencies = [ [[package]] name = "zcash_protocol" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bc22b9155b2c7eb20105cd06de170d188c1bc86489b92aa3fda7b8da8d96acf" +checksum = "d4bbb28b59321f47454e69c2d95c11c227bb1a21bfa3381bd43c4ac98f5caee1" dependencies = [ "document-features", "memuse", diff --git a/Cargo.toml b/Cargo.toml index c50c93ad414..1f6fec65e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ zcash_history = "0.4.0" zcash_keys = "0.4.0" zcash_primitives = "0.19.0" zcash_proofs = "0.19.0" -zcash_protocol = "0.4.0" +zcash_protocol = "0.4.1" [workspace.metadata.release] diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index b7a9b5d9d32..5131228f3ee 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -98,7 +98,7 @@ halo2 = { package = "halo2_proofs", version = "0.3.0" } orchard.workspace = true zcash_encoding.workspace = true zcash_history.workspace = true -zcash_note_encryption = "0.4.0" +zcash_note_encryption = "0.4.1" zcash_primitives = { workspace = true, features = ["transparent-inputs"] } sapling-crypto.workspace = true zcash_protocol.workspace = true diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index 17bd29baed7..61ea4ccfdc5 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -94,7 +94,7 @@ ff = { version = "0.13.0", optional = true } group = { version = "0.13.0", optional = true } jubjub = { version = "0.10.0", optional = true } rand = { version = "0.8.5", optional = true } -zcash_note_encryption = { version = "0.4.0", optional = true } +zcash_note_encryption = { version = "0.4.1", optional = true } zebra-test = { path = "../zebra-test", version = "1.0.0-beta.43", optional = true } @@ -121,7 +121,7 @@ group = "0.13.0" jubjub = "0.10.0" rand = "0.8.5" tempfile = "3.14.0" -zcash_note_encryption = "0.4.0" +zcash_note_encryption = "0.4.1" toml = "0.8.19" tonic = "0.12.3"