From d25ad6c081ea105c29fce1d26b3b03798efd0bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 05:59:16 +0000 Subject: [PATCH] build(deps): bump sha2-asm from 0.5.4 to 0.5.5 Bumps [sha2-asm](https://github.com/RustCrypto/asm-hashes) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/RustCrypto/asm-hashes/releases) - [Commits](https://github.com/RustCrypto/asm-hashes/commits/sha2-asm-v0.5.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29639728..5609fbdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "sha2-asm" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92cfa120723b595090343400d71e4921ba4fbc7d0d48718d72c20b3348469678" +checksum = "a7c2f225be6502f2134e6bbb35bb5e2957e41ffa0495ed08bce2e2b4ca885da4" dependencies = [ "cc", ]