From 79c88eeb55150968b0cff20b38b12e2559e62257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:07:56 +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 f0b228c2..eecdcaea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ codec = { package = "parity-scale-codec", version = "2", default-features = fals parking_lot = "0.11" [dev-dependencies] -sha3 = "0.9.1" +sha3 = "0.10.6" unsigned-varint = { version = "0.7.0", features = ["futures", "asynchronous_codec"] } tokio = { version = "1.6.1", features = ["macros", "rt", "rt-multi-thread"] } libp2p = { version ="0.39", features = ["mdns", "tcp-tokio"]}