From cf271bcf5a77a99f8631474a1ab1e3b8884cbfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:35:49 +0100 Subject: [PATCH] build(deps): Update sha3 requirement from 0.9 to 0.10 (#2372) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- transports/pnet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transports/pnet/Cargo.toml b/transports/pnet/Cargo.toml index 3d3cbb5a827..b674f18ab97 100644 --- a/transports/pnet/Cargo.toml +++ b/transports/pnet/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] futures = "0.3.1" log = "0.4.8" salsa20 = "0.9" -sha3 = "0.9" +sha3 = "0.10" rand = "0.7" pin-project = "1.0.2"