From e49a1463e93f58c0c8d93b700f9583f23fec025b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:49:04 +0000 Subject: [PATCH] Update sha3 requirement from 0.9.1 to 0.10.6 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/streebog-v0.9.1...sha3-v0.10.6) --- updated-dependencies: - dependency-name: sha3 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 e46b3a0..fd5e090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ readme = "README.md" [dependencies] rand = "0.7.3" rand_core = "0.5.1" -sha3 = "0.9.1" +sha3 = "0.10.6" curve25519-dalek = "3.2.1"