From f88657d62abb4b2c73004a3f0c6aa572dc1170ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:05:59 +0000 Subject: [PATCH] Bump blake2 from 0.10.1 to 0.10.2 Bumps [blake2](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/blake2-v0.10.1...blake2-v0.10.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 df28be4b..c5de86e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,9 @@ dependencies = [ [[package]] name = "blake2" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456792aca5c9ce59bb1e02d4d02fed75ae146ccc13bfe4c3b306bb3305f0be63" +checksum = "b94ba84325db59637ffc528bbe8c7f86c02c57cff5c0e2b9b00f9a851f42f309" dependencies = [ "digest 0.10.1", ] diff --git a/Cargo.toml b/Cargo.toml index 1b1d0e01..fcde5493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ which = "4.2.2" colored = "2.0.0" toml = "0.5.8" rustc_version = "0.4.0" -blake2 = "0.10.1" +blake2 = "0.10.2" contract-metadata = { version = "0.5.0", path = "./metadata" } semver = { version = "1.0.4", features = ["serde"] } serde = { version = "1.0.133", default-features = false, features = ["derive"] } -- GitLab