Skip to content

Commit

Permalink
build(deps): bump zcash_protocol from 0.4.0 to 0.4.1 in the ecc group
Browse files Browse the repository at this point in the history
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](zcash/librustzcash@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 1e46914 commit 24fd197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 24fd197

Please sign in to comment.