From f7cf9c6f7c6ec1d42b57864e99da579bf7ab6b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 10:18:23 +0000 Subject: [PATCH] Update sha3 requirement from 0.9 to 0.10 Updates the requirements on [sha3](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...sha3-v0.10.0) --- updated-dependencies: - dependency-name: sha3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/env/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/env/Cargo.toml b/crates/env/Cargo.toml index 5f2e3763..998799a4 100644 --- a/crates/env/Cargo.toml +++ b/crates/env/Cargo.toml @@ -30,7 +30,7 @@ static_assertions = "1.1" # Hashes for the off-chain environment. sha2 = { version = "0.9", optional = true } -sha3 = { version = "0.9", optional = true } +sha3 = { version = "0.10", optional = true } blake2 = { version = "0.9", optional = true } # Only used in the off-chain environment.