diff --git a/Cargo.lock b/Cargo.lock index 74885c03..87e01230 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 60769e80..b374ef94 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 5dfdd89d..c6a9939c 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 }