From c8711bd416b1b1cdec80a50e9a112a3938362e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 21:07:19 -0300 Subject: [PATCH] build(deps): bump zcash_history from `d50bb12` to `cc533a9` (#2296) Bumps [zcash_history](https://github.com/zcash/librustzcash) from `d50bb12` to `cc533a9`. - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/d50bb12a97da768dc8f3ee39b81f84262103e6eb...cc533a9da4f6a7209a7be05f82b12a03969152c9) --- updated-dependencies: - dependency-name: zcash_history dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3ebeb826..2504b7cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4414,7 +4414,7 @@ dependencies = [ [[package]] name = "zcash_history" version = "0.2.0" -source = "git+https://github.com/zcash/librustzcash.git#d50bb12a97da768dc8f3ee39b81f84262103e6eb" +source = "git+https://github.com/zcash/librustzcash.git#cc533a9da4f6a7209a7be05f82b12a03969152c9" dependencies = [ "bigint", "blake2b_simd",