From f5658923edcba0b225b0e399c9e727fdd286ed1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:31:31 +0000 Subject: [PATCH] build(deps): bump zcash_protocol from 0.4.0 to 0.4.1 in the ecc group Bumps the ecc group with 1 update: [zcash_protocol](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) --- updated-dependencies: - dependency-name: zcash_protocol dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9e9dcbcb5e..78d694df99b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6010,9 +6010,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]