From 67e6c535a65d04a07389d947f7be293961730dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 15:14:02 +0200 Subject: [PATCH] Bump ripemd from 0.1.0 to 0.1.1 (#691) Bumps [ripemd](https://github.com/RustCrypto/hashes) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/ripemd-v0.1.0...ripemd-v0.1.1) --- updated-dependencies: - dependency-name: ripemd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c5f31cafb180..d05e25787f25e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5543,9 +5543,9 @@ dependencies = [ [[package]] name = "ripemd" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea54b64a1a8410c48395c154adadbad7e1bcd02debca79fc3694386cf73e5799" +checksum = "1facec54cb5e0dc08553501fa740091086d0259ad0067e0d4103448e4cb22ed3" dependencies = [ "digest 0.10.3", ]