From accc8ccbe5e2b7029350a6673af923a89c9f31c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:58:27 +0000 Subject: [PATCH] build(deps): bump zcash_primitives from 0.9.0 to 0.9.1 (#5801) Bumps [zcash_primitives](https://github.com/zcash/librustzcash) from 0.9.0 to 0.9.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 ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- zebra-chain/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72fd3413a..af69ac087 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5274,9 +5274,9 @@ dependencies = [ [[package]] name = "zcash_primitives" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7e33ec9068388e8de106a78268f90487d6975b171ee197aef16cc64c093486d" +checksum = "0f9a45953c4ddd81d68f45920955707f45c8926800671f354dd13b97507edf28" dependencies = [ "aes", "bip0039", @@ -5325,7 +5325,7 @@ dependencies = [ "rand_core 0.6.4", "redjubjub", "tracing", - "zcash_primitives 0.9.0", + "zcash_primitives 0.9.1", ] [[package]] @@ -5405,7 +5405,7 @@ dependencies = [ "zcash_encoding", "zcash_history", "zcash_note_encryption", - "zcash_primitives 0.9.0", + "zcash_primitives 0.9.1", "zebra-test", ] diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index d8f39e3ad..fe57d6287 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -61,7 +61,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.9.0", features = ["transparent-inputs"] } +zcash_primitives = { version = "0.9.1", features = ["transparent-inputs"] } # Time chrono = { version = "0.4.23", default-features = false, features = ["clock", "std", "serde"] }