From c01d9c531ab20331a494c426bc29f857e6050632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 18:36:49 +0000 Subject: [PATCH] Bump aleph-bft from 0.13.0 to 0.20.1 Bumps [aleph-bft](https://github.com/Cardinal-Cryptography/AlephBFT) from 0.13.0 to 0.20.1. - [Release notes](https://github.com/Cardinal-Cryptography/AlephBFT/releases) - [Commits](https://github.com/Cardinal-Cryptography/AlephBFT/commits) --- updated-dependencies: - dependency-name: aleph-bft dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ec085b1b6c..5576d47133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8338,7 +8338,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.6", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ]