Skip to content

Commit

Permalink
build(deps): bump zcash_primitives from 0.10.1 to 0.10.2 (#6355)
Browse files Browse the repository at this point in the history
Bumps [zcash_primitives](https://github.com/zcash/librustzcash) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_primitives-0.10.1...zcash_primitives-0.10.2)

---
updated-dependencies:
- dependency-name: zcash_primitives
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 22, 2023
1 parent d06b0b1 commit 99d39ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5619,9 +5619,9 @@ dependencies = [

[[package]]
name = "zcash_primitives"
version = "0.10.1"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b3b6457776ea5e6061632178fe20ea48aac2c770416c241b332a599dd7b58b3"
checksum = "ec8aed1d098e9f1b2bcd957ceab4188bf343cea30e7d0327fa49cea6ec44b167"
dependencies = [
"aes",
"bip0039",
Expand Down Expand Up @@ -5670,7 +5670,7 @@ dependencies = [
"rand_core 0.6.4",
"redjubjub",
"tracing",
"zcash_primitives 0.10.1",
"zcash_primitives 0.10.2",
]

[[package]]
Expand Down Expand Up @@ -5749,7 +5749,7 @@ dependencies = [
"zcash_encoding",
"zcash_history",
"zcash_note_encryption",
"zcash_primitives 0.10.1",
"zcash_primitives 0.10.2",
"zebra-test",
]

Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ orchard = "0.3.0"
zcash_encoding = "0.2.0"
zcash_history = "0.3.0"
zcash_note_encryption = "0.2.0"
zcash_primitives = { version = "0.10.1", features = ["transparent-inputs"] }
zcash_primitives = { version = "0.10.2", features = ["transparent-inputs"] }

# Time
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "serde"] }
Expand Down

0 comments on commit 99d39ca

Please sign in to comment.