From a84399812d05472f7a9e621758238d5b2d4674dc Mon Sep 17 00:00:00 2001 From: shekohex Date: Thu, 15 Feb 2024 13:04:18 +0200 Subject: [PATCH] Update pallet-eth2-light-client (#474) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 26b11dce4..ef1d7b6af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -310,10 +310,10 @@ tangle-crypto-primitives = { path = "primitives/crypto", default-features = fals pallet-transaction-pause = { path = "pallets/transaction-pause", default-features = false } # Light client dependencies -pallet-eth2-light-client = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, tag = "v0.5.0" } -pallet-eth2-light-client-relayer-gadget = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, tag = "v0.5.0" } -pallet-eth2-light-client-relayer-gadget-cli = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, tag = "v0.5.0" } -webb-consensus-types = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, tag = "v0.5.0" } +pallet-eth2-light-client = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, tag = "v0.5.1" } +pallet-eth2-light-client-relayer-gadget = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, tag = "v0.5.1" } +pallet-eth2-light-client-relayer-gadget-cli = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, tag = "v0.5.1" } +webb-consensus-types = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, tag = "v0.5.1" } webb = { git = "https://github.com/webb-tools/webb-rs.git", default-features = false } webb-proposals = { git = "https://github.com/webb-tools/webb-rs.git", default-features = false, features = [