bridges: update finality-grandpa to 0.14.1 (#3266)

* bridges: update finality-grandpa

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
André Silva
2021-06-16 14:23:39 +01:00
committed by GitHub
parent 44a8aa23d5
commit 4b3ec9c97d
6 changed files with 162 additions and 162 deletions
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
finality-grandpa = { version = "0.14.0", default-features = false }
finality-grandpa = { version = "0.14.1", default-features = false }
serde = { version = "1.0", optional = true }
# Substrate Dependencies
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
bp-header-chain = { path = "../header-chain", default-features = false }
ed25519-dalek = { version = "1.0", default-features = false, features = ["u64_backend"] }
finality-grandpa = { version = "0.14.0", default-features = false }
finality-grandpa = { version = "0.14.1", default-features = false }
parity-scale-codec = { version = "2.0.0", default-features = false }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }