From 46a3653d35b5c8292eed7da38a197b66e1d5726a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:15:42 +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.6) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2ea7fe..e4f35b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rug = { version = "1.16", default-features = false, features = ["integer", "rand ed25519-zebra = "3.1.0" # Hashing -sha2 = "0.9" +sha2 = "0.10" # Needed for extendable hashing function when deriving generators for ristretto sha3 = "0.10"