diff --git a/Cargo.lock b/Cargo.lock index d26eacaaba..95bd004b2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6929,9 +6929,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" }