From 5e589552129e2a19d01c5aece550ac856b926736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 12:35:37 -0700 Subject: [PATCH] build(deps): bump zcash_script from 0.1.2 to 0.1.3 (#1147) Bumps [zcash_script](https://github.com/ZcashFoundation/zcash_script) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/ZcashFoundation/zcash_script/releases) - [Changelog](https://github.com/ZcashFoundation/zcash_script/blob/master/CHANGELOG.md) - [Commits](https://github.com/ZcashFoundation/zcash_script/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-script/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3918a62a..bdfdfb63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3125,9 +3125,9 @@ dependencies = [ [[package]] name = "zcash_script" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95774f1be39da423c699a1fa54391ea971bbd168d8da2a79ad674ceb34b2512c" +checksum = "f50ddde89b1a9ae1677de9eaff3578a005da42879622ddef1a057b037e0ff834" dependencies = [ "bindgen", "blake2b_simd", diff --git a/zebra-script/Cargo.toml b/zebra-script/Cargo.toml index 1b3518da..6f160fdd 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -zcash_script = "0.1.2" +zcash_script = "0.1.3" zebra-chain = { path = "../zebra-chain" } thiserror = "1.0.21" displaydoc = "0.1.7"