From d1c8428545825f17df366e22a7c80280dc48c1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 18:34:02 +0000 Subject: [PATCH] Bump aleph-bft from 0.13.0 to 0.14.2 Bumps [aleph-bft](https://github.com/Cardinal-Cryptography/AlephBFT) from 0.13.0 to 0.14.2. - [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 | 5 +++-- finality-aleph/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b06ae9eb0d..8e53f3c9df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ dependencies = [ [[package]] name = "aleph-bft" -version = "0.13.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c73a3ae2090e9a52da0b8943c44c98a595b434dbc626292e2d0885d14b0d50" +checksum = "50aeffc4ce7c43f57bbe902a76cd1fd48c39e56e99559322440f4afd9a61808c" dependencies = [ "aleph-bft-rmc", "aleph-bft-types", @@ -94,6 +94,7 @@ dependencies = [ "derivative", "futures 0.3.21", "futures-timer", + "itertools", "log", "parity-scale-codec", "parking_lot 0.12.0", diff --git a/finality-aleph/Cargo.toml b/finality-aleph/Cargo.toml index 810a1ea8e9..5faa8c7d8d 100644 --- a/finality-aleph/Cargo.toml +++ b/finality-aleph/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Cardinal Cryptography"] edition = "2021" [dependencies] -aleph-bft = "0.13.0" +aleph-bft = "0.14.2" aleph-bft-rmc = "0.3.0" aleph-primitives = { package = "primitives", path = "../primitives" }