From 4a0cc0cf105ec1be2803380317fedb4c5b969a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 03:23:36 +0000 Subject: [PATCH] Bump blake2 from 0.10.3 to 0.10.4 Bumps [blake2](https://github.com/RustCrypto/hashes) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/commits) --- 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 0fe46a2d..c140e087 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,9 +328,9 @@ dependencies = [ [[package]] name = "blake2" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f08f9f6871a8eacbb960d18db3d077ae6db1f0bc0df3272a78ca09eef8c5a931" +checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388" dependencies = [ "digest 0.10.3", ] diff --git a/Cargo.toml b/Cargo.toml index 2b808ed9..d0ae2d16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ which = "4.2.4" colored = "2.0.0" toml = "0.5.8" rustc_version = "0.4.0" -blake2 = "0.10.3" +blake2 = "0.10.4" contract-metadata = { version = "0.5.0", path = "./metadata" } semver = { version = "1.0.6", features = ["serde"] } serde = { version = "1.0.136", default-features = false, features = ["derive"] } -- GitLab