From cec2769d488e87770b9f0f51066f572a1dc70e76 Mon Sep 17 00:00:00 2001 From: Alexandru Gheorghe Date: Thu, 21 Mar 2024 09:13:05 +0200 Subject: [PATCH] Bump pallet-authority-discovery to 29.0.1 To pick up the fix for https://github.com/paritytech/polkadot-sdk/pull/3733 Signed-off-by: Alexandru Gheorghe --- Cargo.lock | 4 ++-- relay/kusama/Cargo.toml | 2 +- relay/polkadot/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2755ef036e..8ae062933f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6649,9 +6649,9 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "29.0.0" +version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904f83f518b396c4fd1634fb675a36db0841f22420d3aa664bc154bee6035f57" +checksum = "7cd9a381c613e6538638391fb51f353fd13b16f849d0d1ac66a388326bd456f1" dependencies = [ "frame-support", "frame-system", diff --git a/relay/kusama/Cargo.toml b/relay/kusama/Cargo.toml index 2c4ae3cc0f..b4f759f9f6 100644 --- a/relay/kusama/Cargo.toml +++ b/relay/kusama/Cargo.toml @@ -37,7 +37,7 @@ block-builder-api = { package = "sp-block-builder", default-features = false , v sp-npos-elections = { default-features = false , version = "27.0.0" } pallet-asset-rate = { default-features = false , version = "8.0.0" } -pallet-authority-discovery = { default-features = false , version = "29.0.0" } +pallet-authority-discovery = { default-features = false , version = "29.0.1" } pallet-authorship = { default-features = false , version = "29.0.0" } pallet-babe = { default-features = false , version = "29.0.0" } pallet-bags-list = { default-features = false , version = "28.0.0" } diff --git a/relay/polkadot/Cargo.toml b/relay/polkadot/Cargo.toml index bc44cc089e..9bf1a95d91 100644 --- a/relay/polkadot/Cargo.toml +++ b/relay/polkadot/Cargo.toml @@ -35,7 +35,7 @@ sp-version = { default-features = false , version = "30.0.0" } sp-npos-elections = { default-features = false , version = "27.0.0" } pallet-asset-rate = { default-features = false , version = "8.0.0" } -pallet-authority-discovery = { default-features = false , version = "29.0.0" } +pallet-authority-discovery = { default-features = false , version = "29.0.1" } pallet-authorship = { default-features = false , version = "29.0.0" } pallet-babe = { default-features = false , version = "29.0.0" } pallet-bags-list = { default-features = false , version = "28.0.0" }