From 975c69fac17d5d508f81135ca6c7d2a075d858cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 08:04:51 +0000 Subject: [PATCH] Bump block-padding from 0.1.2 to 0.1.5 Bumps [block-padding](https://github.com/RustCrypto/utils) from 0.1.2 to 0.1.5. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/block-padding-v0.1.2...block-padding-v0.1.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b06a5af4acb..d48938ff79a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,9 +325,9 @@ dependencies = [ [[package]] name = "block-padding" -version = "0.1.2" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fc4358306e344bf9775d0197fd00d2603e5afb0771bb353538630f022068ea3" +checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" dependencies = [ "byte-tools", ]