From b2bdf2abca89bd1ef30b24dfc1b607c5b8c7b201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:42:57 +0000 Subject: [PATCH] build(deps): bump zcash_primitives in the ecc group 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] --- Cargo.lock | 4 ++-- zebra-chain/Cargo.toml | 2 +- zebra-grpc/Cargo.toml | 2 +- zebra-rpc/Cargo.toml | 2 +- zebra-scan/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4bc271f0aa..fd6a52ad614 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 8f163ae80f5..81f49ba3851 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -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" } diff --git a/zebra-grpc/Cargo.toml b/zebra-grpc/Cargo.toml index 2010b769d6b..41b44e960cf 100644 --- a/zebra-grpc/Cargo.toml +++ b/zebra-grpc/Cargo.toml @@ -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" } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 6adf640de4f..4e2a3844231 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -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 } diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index 1672e1d16f5..b550757cf15 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -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" } diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index c5fbecd1797..03769a936fe 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -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" }