From 63acf8e9c05a2ae9932f2f69319717c41ab046ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 08:04:44 +0000 Subject: [PATCH] Update sha-1 requirement from 0.9 to 0.10 Updates the requirements on [sha-1](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...md2-v0.10.0) --- updated-dependencies: - dependency-name: sha-1 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 e6afe8c..fa50d25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ http = "0.2" httparse = "1.3.4" log = "0.4.8" rand = "0.8.0" -sha-1 = "0.9" +sha-1 = "0.10" thiserror = "1.0.23" url = "2.1.0" utf-8 = "0.7.5"