From 5843567a564b7618bb47c47723d8e4c5ba41ed0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 13:05:30 +0000 Subject: [PATCH] Bump blake2 from 0.9.1 to 0.9.2 Bumps [blake2](https://github.com/RustCrypto/hashes) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/blake2-v0.9.1...blake2-v0.9.2) --- updated-dependencies: - dependency-name: blake2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e87ba3c0..4546b230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,9 +350,9 @@ dependencies = [ [[package]] name = "blake2" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4" +checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174" dependencies = [ "crypto-mac 0.8.0", "digest 0.9.0", diff --git a/Cargo.toml b/Cargo.toml index 0aa6a1f6..5676a3c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ which = "4.2.2" colored = "2.0.0" toml = "0.5.8" rustc_version = "0.4.0" -blake2 = "0.9.1" +blake2 = "0.9.2" contract-metadata = { version = "0.3.0", path = "./metadata" } semver = { version = "1.0.4", features = ["serde"] } serde = { version = "1.0.129", default-features = false, features = ["derive"] } -- GitLab