From eaf0b6add4a8f388c9beecc636ba39251a2bebf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 05:36:14 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.9.8 to 0.9.9 (#3585) Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.9.9. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.8...sha2-v0.9.9) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-chain/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d6b40219..14753595f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3835,9 +3835,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa" +checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" dependencies = [ "block-buffer", "cfg-if 1.0.0", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 61067d70f..b021ef1a5 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -39,7 +39,7 @@ ripemd160 = "0.9" secp256k1 = { version = "0.21.2", features = ["serde"] } serde = { version = "1", features = ["serde_derive", "rc"] } serde-big-array = "0.3.2" -sha2 = { version = "0.9.8", features=["compress"] } +sha2 = { version = "0.9.9", features=["compress"] } static_assertions = "1.1.0" subtle = "2.4" thiserror = "1"