From 2a49ef4a37cec601285f12c713c604012aefbed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 08:07:24 +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] --- crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 50aec31..9adb42d 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -18,7 +18,7 @@ std = [ ] [dependencies] -digest = "0.9" +digest = "0.10" ripemd160 = { version = "0.9", default-features = false } sha-1 = { version = "0.9", default-features = false } sha2 = { version = "0.9", default-features = false }