From 28d3680fb96e3b844c277f801929e6d2063b077d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:29:02 +0000 Subject: [PATCH] Bump fixed-hash Bumps [fixed-hash](https://github.com/paritytech/parity-common) from `d3a9327` to registry+https://github.com/rust-lang/crates.io-index. - [Commits](https://github.com/paritytech/parity-common/commits) --- updated-dependencies: - dependency-name: fixed-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91c92b1d8ba60..f7e189c871608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3876,7 +3876,7 @@ dependencies = [ [[package]] name = "fixed-hash" version = "0.8.0" -source = "git+https://github.com/paritytech/parity-common?branch=master#d3a9327124a66e52ca1114bb8640c02c18c134b8" +source = "git+https://github.com/paritytech/parity-common?branch=master#b4e1516a95c7e7c0bde66d03dbea6f388e7c5fec" dependencies = [ "byteorder", "rand 0.8.5", @@ -15672,9 +15672,9 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ]