From 695535dfc376e0729f6c554a8daff256efbf2fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:59:42 +0000 Subject: [PATCH] build(deps): bump zcash_address from 0.2.0 to 0.2.1 Bumps [zcash_address](https://github.com/zcash/librustzcash) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/zcash_address-0.2.0...zcash_address-0.2.1) --- updated-dependencies: - dependency-name: zcash_address dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- zebra-chain/Cargo.toml | 2 +- zebra-rpc/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10b88c6dad6..0a44c91a86c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,9 +313,9 @@ checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b" [[package]] name = "bech32" -version = "0.8.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" +checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" [[package]] name = "bellman" @@ -5557,9 +5557,9 @@ dependencies = [ [[package]] name = "zcash_address" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804268e702b664fc09d3e2ce82786d0addf4ae57ba6976469be63e09066bf9f7" +checksum = "52be35a205369d480378646bff9c9fedafd8efe8af1e0e54bb858f405883f2b2" dependencies = [ "bech32", "bs58", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 60769e80971..b374ef94680 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -89,7 +89,7 @@ redjubjub = "0.5.0" reddsa = "0.5.0" # Experimental feature getblocktemplate-rpcs -zcash_address = { version = "0.2.0", optional = true } +zcash_address = { version = "0.2.1", optional = true } # Optional testing dependencies proptest = { version = "1.1.0", optional = true } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 5dfdd89d991..c6a9939cb7f 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -58,7 +58,7 @@ serde = { version = "1.0.160", features = ["serde_derive"] } # Experimental feature getblocktemplate-rpcs rand = { version = "0.8.5", package = "rand", optional = true } # ECC deps used by getblocktemplate-rpcs feature -zcash_address = { version = "0.2.0", optional = true } +zcash_address = { version = "0.2.1", optional = true } # Test-only feature proptest-impl proptest = { version = "1.1.0", optional = true }