From 2bb31db98cdf415730f7ee436753d156440b256e Mon Sep 17 00:00:00 2001 From: Andreas Doerr <adoerr@users.noreply.github.com> Date: Wed, 7 Jul 2021 21:40:37 +0200 Subject: [PATCH] Bump BEEFY (#3430) --- polkadot/Cargo.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index bd81295b88f..999750c0ee9 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -492,9 +492,10 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#10872bb2542c3c93303e27e085b9725f5683532e" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" dependencies = [ "beefy-primitives", + "fnv", "futures 0.3.15", "hex", "log", @@ -520,7 +521,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#10872bb2542c3c93303e27e085b9725f5683532e" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -541,7 +542,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#10872bb2542c3c93303e27e085b9725f5683532e" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" dependencies = [ "parity-scale-codec", "sp-api", @@ -4675,7 +4676,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#10872bb2542c3c93303e27e085b9725f5683532e" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#4808f96849676024b156581485eae64f95133e97" dependencies = [ "beefy-primitives", "frame-support", -- GitLab