From 13d53af29f93787abce5900e003258fef75d1d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 10:17:26 +0000 Subject: [PATCH] Update sha3 requirement from 0.9.1 to 0.10.8 Updates the requirements on [sha3](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.9.1...sha3/v0.10.8) --- 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..4663b71 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.8" curve25519-dalek = "3.2.1"