From 26c96070931ffeba41893d5ce27b308ab22bbb0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 10:24:44 +0000 Subject: [PATCH] Update digest requirement from 0.9 to 0.10 Updates the requirements on [digest](https://github.com/RustCrypto/traits) to permit the latest version. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.9.0...digest-v0.10.0) --- updated-dependencies: - dependency-name: digest 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 4ee5635..6d78272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["mls", "crypto", "protocol", "tls"] [dependencies] byteorder = "1.3" clear_on_drop = "0.2" -digest = "0.9" +digest = "0.10" doc-comment = "0.3" ed25519-dalek = { version = "1.0.0-pre.1" } rand = "0.7"