From 65f0e4f062457e7ecc4bc1377d68c89966c8f0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 00:10:05 +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 9279699a..a410b6f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ sentry-contrib-native = { path = ".", default-features = false, features = [ serde = "1" serde_derive = "1" serde_json = "1" -sha-1 = "0.9" +sha-1 = "0.10" tokio = { version = "1", features = [ "io-util", "macros",