From 9b8fca26bba700e83aba3a159868c89cff87fe10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 08:22:50 +0000 Subject: [PATCH] Bump aleph-bft from 0.13.0 to 0.14.1 Bumps [aleph-bft](https://github.com/Cardinal-Cryptography/AlephBFT) from 0.13.0 to 0.14.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 | 4 ++-- finality-aleph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b06ae9eb0d..0221e7aa70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ dependencies = [ [[package]] name = "aleph-bft" -version = "0.13.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c73a3ae2090e9a52da0b8943c44c98a595b434dbc626292e2d0885d14b0d50" +checksum = "ad61f5091ea9b5a124ecff88ba6672b1170f9795e51c635f854636e78d505304" dependencies = [ "aleph-bft-rmc", "aleph-bft-types", diff --git a/finality-aleph/Cargo.toml b/finality-aleph/Cargo.toml index 810a1ea8e9..a36fb1a9d6 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.1" aleph-bft-rmc = "0.3.0" aleph-primitives = { package = "primitives", path = "../primitives" }