Skip to content

Commit

Permalink
build(deps): bump the ecc group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the ecc group with 2 updates: [zcash_address](https://github.com/zcash/librustzcash) and [zcash_protocol](https://github.com/zcash/librustzcash).


Updates `zcash_address` from 0.6.0 to 0.6.2
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_address-0.6.0...zcash_address-0.6.2)

Updates `zcash_protocol` from 0.4.0 to 0.4.3
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_protocol-0.4.0...zcash_protocol-0.4.3)

---
updated-dependencies:
- dependency-name: zcash_address
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ecc
- 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 Feb 1, 2025
1 parent fcf5565 commit a1bade1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"

[[package]]
name = "bech32"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"

[[package]]
name = "bellman"
version = "0.14.0"
Expand Down Expand Up @@ -5765,12 +5771,13 @@ dependencies = [

[[package]]
name = "zcash_address"
version = "0.6.0"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ff95eac82f71286a79c750e674550d64fb2b7aadaef7b89286b2917f645457d"
checksum = "9b955fe87f2d9052e3729bdbeb0e94975355f4fe39f7d26aea9457bec6a0bb55"
dependencies = [
"bech32",
"bech32 0.11.0",
"bs58",
"core2",
"f4jumble",
"zcash_encoding",
"zcash_protocol",
Expand All @@ -5783,7 +5790,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbeeede366fdb642710d3c59fc2090489affd075f66db53ed11bb7138d2d0258"
dependencies = [
"base64 0.22.1",
"bech32",
"bech32 0.9.1",
"bls12_381",
"bs58",
"crossbeam-channel",
Expand Down Expand Up @@ -5843,7 +5850,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8162c94957f1e379b8e2fb30f97b95cfa93ac9c6bc02895946ca6392d1abb81"
dependencies = [
"bech32",
"bech32 0.9.1",
"blake2b_simd",
"bls12_381",
"bs58",
Expand Down Expand Up @@ -5940,11 +5947,13 @@ dependencies = [

[[package]]
name = "zcash_protocol"
version = "0.4.0"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bc22b9155b2c7eb20105cd06de170d188c1bc86489b92aa3fda7b8da8d96acf"
checksum = "82cb36b15b5a1be70b30c32ce40372dead6561df8a467e297f96b892873a63a2"
dependencies = [
"core2",
"document-features",
"hex",
"memuse",
]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resolver = "2"
incrementalmerkletree = { version = "0.7.1", features = ["legacy-api"] }
orchard = "0.10.0"
sapling-crypto = "0.3.0"
zcash_address = "0.6.0"
zcash_address = "0.6.2"
zcash_client_backend = "0.14.0"
zcash_encoding = "0.2.2"
zcash_history = "0.4.0"
Expand Down

0 comments on commit a1bade1

Please sign in to comment.