From 33e179caa6dc1d40e0b9fec0b6b3b004298f31e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 2 Oct 2018 13:13:36 +0000 Subject: [PATCH] Update sha2 requirement from 0.7.0 to 0.8.0 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/commits/sha2-v0.8.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1b8875f7..06e09f688 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ rand = "0.5.1" rayon = "1.0.0" reqwest = "0.9.0" ring = "0.13.2" -sha2 = "0.7.0" +sha2 = "0.8.0" serde = "1.0.27" serde_cbor = "0.9.0" serde_derive = "1.0.27"