From a7109c54f8c6ce99e256ef6fc56cb23e094360fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 05:08:28 +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 0815415..9f344a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sha3 = "0.9.1" +sha3 = "0.10.8" lazy_static = "1.4.0" serde = "1.0.152" serde_derive = "1.0.152"