From cab4b75a6d51895f843bbdabada66423bd4c264b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:01:47 +0000 Subject: [PATCH] build(deps): bump zcash_history from `cc533a9` to `d88e401` Bumps [zcash_history](https://github.com/zcash/librustzcash) from `cc533a9` to `d88e401`. - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/cc533a9da4f6a7209a7be05f82b12a03969152c9...d88e40113c8dadea751dfcdd72ee90868f9655ff) --- updated-dependencies: - dependency-name: zcash_history dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2504b7cd..4877b745 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#cc533a9da4f6a7209a7be05f82b12a03969152c9" +source = "git+https://github.com/zcash/librustzcash.git#d88e40113c8dadea751dfcdd72ee90868f9655ff" dependencies = [ "bigint", "blake2b_simd",