From 8ef70ce77f70a8d73bd74231f28b07e78ecac83d Mon Sep 17 00:00:00 2001 From: EgorPopelyaev <egor@parity.io> Date: Thu, 6 Feb 2025 18:11:30 +0100 Subject: [PATCH] Apply plan --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- cumulus/polkadot-parachain/Cargo.toml | 2 +- substrate/client/network/Cargo.toml | 2 +- substrate/frame/support/procedural/Cargo.toml | 2 +- umbrella/Cargo.toml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f65de905736..f9d69ac7f7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6460,7 +6460,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "31.0.0" +version = "31.0.1" dependencies = [ "Inflector", "cfg-expr", @@ -15008,7 +15008,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-bin" -version = "1.17.1" +version = "6.0.0" dependencies = [ "asset-hub-rococo-runtime", "asset-hub-westend-runtime", @@ -19258,7 +19258,7 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.48.0" +version = "0.48.1" dependencies = [ "array-bytes", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 8384c122a83..c5b941d5e65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -780,7 +780,7 @@ frame-executive = { path = "substrate/frame/executive", default-features = false frame-metadata = { version = "18.0.0", default-features = false } frame-metadata-hash-extension = { path = "substrate/frame/metadata-hash-extension", default-features = false, version = "0.7.0" } frame-support = { path = "substrate/frame/support", default-features = false, version = "39.0.0" } -frame-support-procedural = { path = "substrate/frame/support/procedural", default-features = false, version = "31.0.0" } +frame-support-procedural = { path = "substrate/frame/support/procedural", default-features = false, version = "31.0.1" } frame-support-procedural-tools = { path = "substrate/frame/support/procedural/tools", default-features = false, version = "13.0.1" } frame-support-procedural-tools-derive = { path = "substrate/frame/support/procedural/tools/derive", default-features = false, version = "12.0.0" } frame-support-test = { path = "substrate/frame/support/test" } @@ -1166,7 +1166,7 @@ sc-executor-wasmtime = { path = "substrate/client/executor/wasmtime", default-fe sc-informant = { path = "substrate/client/informant", default-features = false, version = "0.47.0" } sc-keystore = { path = "substrate/client/keystore", default-features = false, version = "34.0.0" } sc-mixnet = { path = "substrate/client/mixnet", default-features = false, version = "0.18.0" } -sc-network = { path = "substrate/client/network", default-features = false, version = "0.48.0" } +sc-network = { path = "substrate/client/network", default-features = false, version = "0.48.1" } sc-network-common = { path = "substrate/client/network/common", default-features = false, version = "0.47.0" } sc-network-gossip = { path = "substrate/client/network-gossip", default-features = false, version = "0.48.0" } sc-network-light = { path = "substrate/client/network/light", default-features = false, version = "0.47.0" } diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 6a908645868..394b730e1c6 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain-bin" -version = "1.17.1" +version = "6.0.0" authors.workspace = true edition.workspace = true build = "build.rs" diff --git a/substrate/client/network/Cargo.toml b/substrate/client/network/Cargo.toml index 8cf529e2e16..3c812ee889b 100644 --- a/substrate/client/network/Cargo.toml +++ b/substrate/client/network/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate network protocol" name = "sc-network" -version = "0.48.0" +version = "0.48.1" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/frame/support/procedural/Cargo.toml b/substrate/frame/support/procedural/Cargo.toml index e9885c1db8b..aa7448baac4 100644 --- a/substrate/frame/support/procedural/Cargo.toml +++ b/substrate/frame/support/procedural/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-support-procedural" -version = "31.0.0" +version = "31.0.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 32e34703d80..c61c9e23df4 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -844,7 +844,7 @@ version = "39.0.0" path = "../substrate/frame/support/procedural" default-features = false optional = true -version = "31.0.0" +version = "31.0.1" [dependencies.frame-support-procedural-tools-derive] path = "../substrate/frame/support/procedural/tools/derive" @@ -2590,7 +2590,7 @@ version = "0.18.0" path = "../substrate/client/network" default-features = false optional = true -version = "0.48.0" +version = "0.48.1" [dependencies.sc-network-common] path = "../substrate/client/network/common" -- GitLab