Skip to content

Commit

Permalink
build(deps): bump the ecc group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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](zcash/librustzcash@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](zcash/librustzcash@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 568b25e commit 33c7035
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
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
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand All @@ -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"

Expand Down

0 comments on commit 33c7035

Please sign in to comment.