From 000f4773a815acaa5bdb01d8c1936165f362cf1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 08:07:29 +0000 Subject: [PATCH] Update sha2 requirement from 0.9 to 0.10 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.9.0...sha2-v0.10.0) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 50aec31..e6f3652 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -21,7 +21,7 @@ std = [ digest = "0.9" ripemd160 = { version = "0.9", default-features = false } sha-1 = { version = "0.9", default-features = false } -sha2 = { version = "0.9", default-features = false } +sha2 = { version = "0.10", default-features = false } siphasher = { version = "0.3", default-features = false } light-bitcoin-primitives = { path = "../primitives", default-features = false }