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" }