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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-29 08:04:51 +00:00 committed by GitHub
parent d7d56454b0
commit 975c69fac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -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",
]