Skip to content

Commit

Permalink
build(deps): bump the ecc group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the ecc group with 1 update in the / directory: [zcash_address](https://github.com/zcash/librustzcash).


Updates `zcash_address` from `40ca428` to `4b70940`
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@40ca428...4b70940)

Updates `zcash_client_backend` from `40ca428` to `4b70940`
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@40ca428...4b70940)

Updates `zcash_encoding` from `40ca428` to `4b70940`
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@40ca428...4b70940)

Updates `zcash_history` from `40ca428` to `4b70940`
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@40ca428...4b70940)

Updates `zcash_keys` from `40ca428` to `4b70940`
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@40ca428...4b70940)

Updates `zcash_primitives` from `40ca428` to `4b70940`
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@40ca428...4b70940)

Updates `zcash_proofs` from `40ca428` to `4b70940`
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@40ca428...4b70940)

Updates `zcash_protocol` from `40ca428` to `4b70940`
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@40ca428...4b70940)

---
updated-dependencies:
- dependency-name: zcash_address
  dependency-type: direct:production
  dependency-group: ecc
- dependency-name: zcash_client_backend
  dependency-type: direct:production
  dependency-group: ecc
- dependency-name: zcash_encoding
  dependency-type: direct:production
  dependency-group: ecc
- dependency-name: zcash_history
  dependency-type: direct:production
  dependency-group: ecc
- dependency-name: zcash_keys
  dependency-type: direct:production
  dependency-group: ecc
- dependency-name: zcash_primitives
  dependency-type: direct:production
  dependency-group: ecc
- dependency-name: zcash_proofs
  dependency-type: direct:production
  dependency-group: ecc
- dependency-name: zcash_protocol
  dependency-type: direct:production
  dependency-group: ecc
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 24, 2024
1 parent 37de457 commit e698890
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ dependencies = [
[[package]]
name = "equihash"
version = "0.2.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"blake2b_simd",
"byteorder",
Expand Down Expand Up @@ -1352,7 +1352,7 @@ dependencies = [
[[package]]
name = "f4jumble"
version = "0.1.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"blake2b_simd",
]
Expand Down Expand Up @@ -2391,7 +2391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
dependencies = [
"cfg-if 1.0.0",
"windows-targets 0.52.5",
"windows-targets 0.48.5",
]

[[package]]
Expand Down Expand Up @@ -3215,7 +3215,7 @@ checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1"
dependencies = [
"bytes",
"heck 0.5.0",
"itertools 0.13.0",
"itertools 0.10.5",
"log",
"multimap",
"once_cell",
Expand All @@ -3235,7 +3235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca"
dependencies = [
"anyhow",
"itertools 0.13.0",
"itertools 0.10.5",
"proc-macro2",
"quote",
"syn 2.0.72",
Expand Down Expand Up @@ -5551,7 +5551,7 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
[[package]]
name = "zcash_address"
version = "0.4.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"bech32",
"bs58",
Expand All @@ -5563,7 +5563,7 @@ dependencies = [
[[package]]
name = "zcash_client_backend"
version = "0.13.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"base64 0.21.7",
"bech32",
Expand Down Expand Up @@ -5602,7 +5602,7 @@ dependencies = [
[[package]]
name = "zcash_encoding"
version = "0.2.1"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"byteorder",
"nonempty",
Expand All @@ -5611,7 +5611,7 @@ dependencies = [
[[package]]
name = "zcash_history"
version = "0.4.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"blake2b_simd",
"byteorder",
Expand All @@ -5621,7 +5621,7 @@ dependencies = [
[[package]]
name = "zcash_keys"
version = "0.3.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"bech32",
"blake2b_simd",
Expand Down Expand Up @@ -5659,7 +5659,7 @@ dependencies = [
[[package]]
name = "zcash_primitives"
version = "0.16.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"aes",
"bip32",
Expand Down Expand Up @@ -5697,7 +5697,7 @@ dependencies = [
[[package]]
name = "zcash_proofs"
version = "0.16.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"bellman",
"blake2b_simd",
Expand All @@ -5719,7 +5719,7 @@ dependencies = [
[[package]]
name = "zcash_protocol"
version = "0.2.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"document-features",
"memuse",
Expand Down Expand Up @@ -6253,7 +6253,7 @@ dependencies = [
[[package]]
name = "zip321"
version = "0.1.0"
source = "git+https://github.com/zcash/librustzcash/?branch=main#40ca428c6081c61d5a2bf3f2053eb9e18219ca95"
source = "git+https://github.com/zcash/librustzcash/?branch=main#4b7094043112252ddf63e5e3f80f316f7116b4fa"
dependencies = [
"base64 0.21.7",
"nom",
Expand Down

0 comments on commit e698890

Please sign in to comment.