Skip to content

Commit

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


Updates `zcash_primitives` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](https://github.com/zcash/librustzcash/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent fb42422 commit b2bdf2a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5714,9 +5714,9 @@ dependencies = [

[[package]]
name = "zcash_primitives"
version = "0.15.0"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a8d812efec385ecbcefc862c0005bb1336474ea7dd9b671d5bbddaadd04be2"
checksum = "8a9ccee58d0f9e8da312a999a4c0cd3d001ff3b37af6fb1318c89e6a3076f4da"
dependencies = [
"aes",
"bip0039",
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ orchard = "0.8.0"
zcash_encoding = "0.2.0"
zcash_history = "0.4.0"
zcash_note_encryption = "0.4.0"
zcash_primitives = { version = "0.15.0", features = ["transparent-inputs"] }
zcash_primitives = { version = "0.15.1", features = ["transparent-inputs"] }
sapling = { package = "sapling-crypto", version = "0.1" }
zcash_protocol = { version = "0.1.1" }
zcash_address = { version = "0.3.2" }
Expand Down
2 changes: 1 addition & 1 deletion zebra-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio-stream = "0.1.15"
tower = { version = "0.4.13", features = ["util", "buffer"] }
color-eyre = "0.6.3"

zcash_primitives = { version = "0.15.0" }
zcash_primitives = { version = "0.15.1" }

zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.37", features = ["shielded-scan"] }
zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.37" }
Expand Down
2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tracing = "0.1.39"
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.203", features = ["serde_derive"] }

zcash_primitives = { version = "0.15.0" }
zcash_primitives = { version = "0.15.1" }

# Experimental feature getblocktemplate-rpcs
rand = { version = "0.8.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ futures = "0.3.30"

zcash_client_backend = { version = "0.12.1" }
zcash_keys = { version = "0.2.0", features = ["sapling"] }
zcash_primitives = "0.15.0"
zcash_primitives = "0.15.1"
zcash_address = "0.3.2"
sapling = { package = "sapling-crypto", version = "0.1" }

Expand Down
2 changes: 1 addition & 1 deletion zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ tokio = { version = "1.37.0", features = ["full"], optional = true }

jsonrpc = { version = "0.18.0", optional = true }

zcash_primitives = { version = "0.15.0", optional = true }
zcash_primitives = { version = "0.15.1", optional = true }
zcash_client_backend = { version = "0.12.1", optional = true }
zcash_protocol = { version = "0.1.1" }

Expand Down

0 comments on commit b2bdf2a

Please sign in to comment.