From 1f3477a4f9a5449ca08aa0816222da18333130f2 Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Fri, 31 May 2024 15:10:24 +0200 Subject: [PATCH] Bump sp-api and spa-api-proc-macro --- Cargo.lock | 4 ++-- Plan.toml | 16 ++++++++-------- bridges/bin/runtime-common/Cargo.toml | 2 +- .../chain-bridge-hub-cumulus/Cargo.toml | 2 +- .../chain-bridge-hub-kusama/Cargo.toml | 2 +- .../chain-bridge-hub-polkadot/Cargo.toml | 2 +- .../chain-bridge-hub-rococo/Cargo.toml | 2 +- .../chain-bridge-hub-westend/Cargo.toml | 2 +- bridges/primitives/chain-kusama/Cargo.toml | 2 +- .../chain-polkadot-bulletin/Cargo.toml | 2 +- bridges/primitives/chain-polkadot/Cargo.toml | 2 +- bridges/primitives/chain-rococo/Cargo.toml | 2 +- bridges/primitives/chain-westend/Cargo.toml | 2 +- .../outbound-queue/runtime-api/Cargo.toml | 2 +- .../pallets/system/runtime-api/Cargo.toml | 2 +- .../parachain/runtime/test-common/Cargo.toml | 2 +- cumulus/client/collator/Cargo.toml | 2 +- cumulus/client/consensus/aura/Cargo.toml | 2 +- cumulus/client/consensus/relay-chain/Cargo.toml | 2 +- cumulus/client/parachain-inherent/Cargo.toml | 2 +- .../relay-chain-inprocess-interface/Cargo.toml | 2 +- cumulus/client/relay-chain-interface/Cargo.toml | 2 +- .../client/relay-chain-minimal-node/Cargo.toml | 2 +- .../client/relay-chain-rpc-interface/Cargo.toml | 2 +- cumulus/client/service/Cargo.toml | 2 +- cumulus/parachain-template/node/Cargo.toml | 2 +- cumulus/parachain-template/runtime/Cargo.toml | 2 +- .../runtimes/assets/asset-hub-rococo/Cargo.toml | 2 +- .../runtimes/assets/asset-hub-westend/Cargo.toml | 2 +- .../parachains/runtimes/assets/common/Cargo.toml | 2 +- .../bridge-hubs/bridge-hub-rococo/Cargo.toml | 2 +- .../bridge-hubs/bridge-hub-westend/Cargo.toml | 2 +- .../collectives/collectives-westend/Cargo.toml | 2 +- .../contracts/contracts-rococo/Cargo.toml | 2 +- .../runtimes/coretime/coretime-rococo/Cargo.toml | 2 +- .../coretime/coretime-westend/Cargo.toml | 2 +- .../runtimes/glutton/glutton-westend/Cargo.toml | 2 +- .../runtimes/people/people-rococo/Cargo.toml | 2 +- .../runtimes/people/people-westend/Cargo.toml | 2 +- .../runtimes/starters/seedling/Cargo.toml | 2 +- .../runtimes/starters/shell/Cargo.toml | 2 +- .../runtimes/testing/penpal/Cargo.toml | 2 +- .../runtimes/testing/rococo-parachain/Cargo.toml | 2 +- cumulus/polkadot-parachain/Cargo.toml | 2 +- cumulus/primitives/aura/Cargo.toml | 2 +- cumulus/primitives/core/Cargo.toml | 2 +- cumulus/test/client/Cargo.toml | 2 +- cumulus/test/runtime/Cargo.toml | 2 +- cumulus/test/service/Cargo.toml | 2 +- docs/sdk/Cargo.toml | 2 +- polkadot/node/overseer/Cargo.toml | 2 +- polkadot/node/service/Cargo.toml | 2 +- polkadot/node/subsystem-types/Cargo.toml | 2 +- polkadot/node/test/client/Cargo.toml | 2 +- polkadot/primitives/Cargo.toml | 2 +- polkadot/rpc/Cargo.toml | 2 +- polkadot/runtime/common/Cargo.toml | 2 +- polkadot/runtime/parachains/Cargo.toml | 2 +- polkadot/runtime/rococo/Cargo.toml | 2 +- polkadot/runtime/test-runtime/Cargo.toml | 2 +- polkadot/runtime/westend/Cargo.toml | 2 +- substrate/bin/minimal/node/Cargo.toml | 2 +- substrate/bin/node-template/node/Cargo.toml | 2 +- substrate/bin/node-template/runtime/Cargo.toml | 2 +- substrate/bin/node/cli/Cargo.toml | 2 +- substrate/bin/node/rpc/Cargo.toml | 2 +- substrate/bin/node/runtime/Cargo.toml | 2 +- substrate/bin/node/testing/Cargo.toml | 2 +- substrate/client/api/Cargo.toml | 2 +- substrate/client/authority-discovery/Cargo.toml | 2 +- substrate/client/basic-authorship/Cargo.toml | 2 +- substrate/client/block-builder/Cargo.toml | 2 +- substrate/client/consensus/aura/Cargo.toml | 2 +- substrate/client/consensus/babe/Cargo.toml | 2 +- substrate/client/consensus/babe/rpc/Cargo.toml | 2 +- substrate/client/consensus/beefy/Cargo.toml | 2 +- substrate/client/consensus/common/Cargo.toml | 2 +- substrate/client/consensus/grandpa/Cargo.toml | 2 +- .../client/consensus/manual-seal/Cargo.toml | 2 +- substrate/client/consensus/pow/Cargo.toml | 2 +- substrate/client/executor/Cargo.toml | 2 +- .../client/merkle-mountain-range/Cargo.toml | 2 +- .../client/merkle-mountain-range/rpc/Cargo.toml | 2 +- substrate/client/mixnet/Cargo.toml | 2 +- substrate/client/offchain/Cargo.toml | 2 +- substrate/client/rpc-spec-v2/Cargo.toml | 2 +- substrate/client/rpc/Cargo.toml | 2 +- substrate/client/service/Cargo.toml | 2 +- substrate/client/service/test/Cargo.toml | 2 +- substrate/client/statement-store/Cargo.toml | 2 +- substrate/client/tracing/Cargo.toml | 2 +- substrate/client/transaction-pool/Cargo.toml | 2 +- substrate/frame/Cargo.toml | 2 +- substrate/frame/asset-conversion/Cargo.toml | 2 +- substrate/frame/beefy-mmr/Cargo.toml | 2 +- substrate/frame/benchmarking/Cargo.toml | 2 +- substrate/frame/contracts/Cargo.toml | 2 +- .../frame/contracts/mock-network/Cargo.toml | 2 +- substrate/frame/nfts/runtime-api/Cargo.toml | 2 +- .../nomination-pools/runtime-api/Cargo.toml | 2 +- substrate/frame/staking/runtime-api/Cargo.toml | 2 +- substrate/frame/statement/Cargo.toml | 2 +- substrate/frame/support/Cargo.toml | 2 +- substrate/frame/support/test/Cargo.toml | 2 +- .../frame/system/rpc/runtime-api/Cargo.toml | 2 +- .../frame/transaction-payment/rpc/Cargo.toml | 2 +- .../rpc/runtime-api/Cargo.toml | 2 +- substrate/frame/try-runtime/Cargo.toml | 2 +- substrate/frame/whitelist/Cargo.toml | 2 +- substrate/primitives/api/Cargo.toml | 4 ++-- substrate/primitives/api/proc-macro/Cargo.toml | 2 +- substrate/primitives/api/test/Cargo.toml | 2 +- .../application-crypto/test/Cargo.toml | 2 +- .../primitives/authority-discovery/Cargo.toml | 2 +- substrate/primitives/block-builder/Cargo.toml | 2 +- substrate/primitives/blockchain/Cargo.toml | 2 +- substrate/primitives/consensus/aura/Cargo.toml | 2 +- substrate/primitives/consensus/babe/Cargo.toml | 2 +- substrate/primitives/consensus/beefy/Cargo.toml | 2 +- .../primitives/consensus/grandpa/Cargo.toml | 2 +- substrate/primitives/consensus/pow/Cargo.toml | 2 +- substrate/primitives/genesis-builder/Cargo.toml | 2 +- .../primitives/merkle-mountain-range/Cargo.toml | 2 +- substrate/primitives/mixnet/Cargo.toml | 2 +- substrate/primitives/offchain/Cargo.toml | 2 +- substrate/primitives/session/Cargo.toml | 2 +- substrate/primitives/statement-store/Cargo.toml | 2 +- substrate/primitives/transaction-pool/Cargo.toml | 2 +- substrate/test-utils/runtime/Cargo.toml | 2 +- substrate/test-utils/runtime/client/Cargo.toml | 2 +- .../utils/frame/benchmarking-cli/Cargo.toml | 2 +- substrate/utils/frame/rpc/system/Cargo.toml | 2 +- substrate/utils/frame/try-runtime/cli/Cargo.toml | 2 +- 133 files changed, 142 insertions(+), 142 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d743dca1ba64..f0a448e4ead8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17912,7 +17912,7 @@ dependencies = [ [[package]] name = "sp-api" -version = "27.0.0" +version = "27.0.1" dependencies = [ "hash-db", "log", @@ -17933,7 +17933,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" +version = "15.0.1" dependencies = [ "Inflector", "assert_matches", diff --git a/Plan.toml b/Plan.toml index a5462756a58c..a4faa837b23f 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.5.1 -# command: parity-publish plan . --patch substrate-wasm-builder +# command: parity-publish plan . --patch sp-api-proc-macro [options] @@ -97,9 +97,9 @@ publish = false [[crate]] name = "sp-api-proc-macro" from = "15.0.0" -to = "15.0.0" -bump = "major" -publish = false +to = "15.0.1" +bump = "minor" +reason = "bumped by --patch" [[crate]] name = "sp-crypto-hashing" @@ -603,10 +603,10 @@ reason = "changed" [[crate]] name = "sp-api" -from = "26.0.0" -to = "27.0.0" -bump = "major" -reason = "changed" +from = "27.0.0" +to = "27.0.1" +bump = "minor" +reason = "bumped by --patch" [[crate]] name = "sp-consensus" diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index 31d9b1721444..32d119e33c6b 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -38,7 +38,7 @@ frame-support = { path = "../../../substrate/frame/support", default-features = frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" } pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-utility = { path = "../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "29.0.0" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "31.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } diff --git a/bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml b/bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml index 89d4f90c5066..b41ad529715e 100644 --- a/bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml +++ b/bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0" frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Polkadot Dependencies diff --git a/bridges/primitives/chain-bridge-hub-kusama/Cargo.toml b/bridges/primitives/chain-bridge-hub-kusama/Cargo.toml index ae85664a3ca1..800fcf6c83f4 100644 --- a/bridges/primitives/chain-bridge-hub-kusama/Cargo.toml +++ b/bridges/primitives/chain-bridge-hub-kusama/Cargo.toml @@ -19,7 +19,7 @@ bp-messages = { path = "../messages", default-features = false, version = "0.8.0 # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml b/bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml index 12f8c9da2aa6..9b03d656d39f 100644 --- a/bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml +++ b/bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml @@ -20,7 +20,7 @@ bp-messages = { path = "../messages", default-features = false, version = "0.8.0 # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/primitives/chain-bridge-hub-rococo/Cargo.toml b/bridges/primitives/chain-bridge-hub-rococo/Cargo.toml index 8cc29acfa575..8a897a58b006 100644 --- a/bridges/primitives/chain-bridge-hub-rococo/Cargo.toml +++ b/bridges/primitives/chain-bridge-hub-rococo/Cargo.toml @@ -19,7 +19,7 @@ bp-messages = { path = "../messages", default-features = false, version = "0.8.0 # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/primitives/chain-bridge-hub-westend/Cargo.toml b/bridges/primitives/chain-bridge-hub-westend/Cargo.toml index 61cf8dcdadff..c26194fb2c62 100644 --- a/bridges/primitives/chain-bridge-hub-westend/Cargo.toml +++ b/bridges/primitives/chain-bridge-hub-westend/Cargo.toml @@ -20,7 +20,7 @@ bp-messages = { path = "../messages", default-features = false, version = "0.8.0 # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/primitives/chain-kusama/Cargo.toml b/bridges/primitives/chain-kusama/Cargo.toml index 942458bc6cd4..fd9a2210fddf 100644 --- a/bridges/primitives/chain-kusama/Cargo.toml +++ b/bridges/primitives/chain-kusama/Cargo.toml @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0" # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] diff --git a/bridges/primitives/chain-polkadot-bulletin/Cargo.toml b/bridges/primitives/chain-polkadot-bulletin/Cargo.toml index dc2c345b3082..67ec62f44b87 100644 --- a/bridges/primitives/chain-polkadot-bulletin/Cargo.toml +++ b/bridges/primitives/chain-polkadot-bulletin/Cargo.toml @@ -24,7 +24,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0" frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/primitives/chain-polkadot/Cargo.toml b/bridges/primitives/chain-polkadot/Cargo.toml index 7ffac6bb56d0..34dc762cd225 100644 --- a/bridges/primitives/chain-polkadot/Cargo.toml +++ b/bridges/primitives/chain-polkadot/Cargo.toml @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0" # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] diff --git a/bridges/primitives/chain-rococo/Cargo.toml b/bridges/primitives/chain-rococo/Cargo.toml index b4aec24ce53c..52dc3c41ca44 100644 --- a/bridges/primitives/chain-rococo/Cargo.toml +++ b/bridges/primitives/chain-rococo/Cargo.toml @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0" # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] diff --git a/bridges/primitives/chain-westend/Cargo.toml b/bridges/primitives/chain-westend/Cargo.toml index 745b1529193c..13fed57bd840 100644 --- a/bridges/primitives/chain-westend/Cargo.toml +++ b/bridges/primitives/chain-westend/Cargo.toml @@ -20,7 +20,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.8.0" # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] diff --git a/bridges/snowbridge/parachain/pallets/outbound-queue/runtime-api/Cargo.toml b/bridges/snowbridge/parachain/pallets/outbound-queue/runtime-api/Cargo.toml index 69183f7b18f2..817659eeb9fe 100644 --- a/bridges/snowbridge/parachain/pallets/outbound-queue/runtime-api/Cargo.toml +++ b/bridges/snowbridge/parachain/pallets/outbound-queue/runtime-api/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { version = "3.1.5", package = "parity-scale-codec", features = ["derive"], default-features = false } sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } sp-std = { path = "../../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } -sp-api = { path = "../../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } frame-support = { path = "../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } xcm = { package = "staging-xcm", path = "../../../../../../polkadot/xcm", default-features = false, version = "8.0.1" } snowbridge-outbound-queue-merkle-tree = { path = "../merkle-tree", default-features = false, version = "0.2.0" } diff --git a/bridges/snowbridge/parachain/pallets/system/runtime-api/Cargo.toml b/bridges/snowbridge/parachain/pallets/system/runtime-api/Cargo.toml index 7dac63f8c538..1d57ff471a01 100644 --- a/bridges/snowbridge/parachain/pallets/system/runtime-api/Cargo.toml +++ b/bridges/snowbridge/parachain/pallets/system/runtime-api/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } sp-core = { path = "../../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } sp-std = { path = "../../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } -sp-api = { path = "../../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } xcm = { package = "staging-xcm", path = "../../../../../../polkadot/xcm", default-features = false, version = "8.0.1" } snowbridge-core = { path = "../../../primitives/core", default-features = false, version = "0.1.1" } diff --git a/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml b/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml index 0d217e51e30e..5211f2121eb5 100644 --- a/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml +++ b/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml @@ -36,7 +36,7 @@ pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default- pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/client/collator/Cargo.toml b/cumulus/client/collator/Cargo.toml index 67108319d483..110d16055ef7 100644 --- a/cumulus/client/collator/Cargo.toml +++ b/cumulus/client/collator/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.21" tracing = "0.1.25" sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" } sp-consensus = { version = "0.33.0", path = "../../../substrate/primitives/consensus/common" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" } sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" } polkadot-node-primitives = { version = "8.0.0", path = "../../../polkadot/node/primitives" } diff --git a/cumulus/client/consensus/aura/Cargo.toml b/cumulus/client/consensus/aura/Cargo.toml index 53ab7a9ae4a9..848e3a04df6b 100644 --- a/cumulus/client/consensus/aura/Cargo.toml +++ b/cumulus/client/consensus/aura/Cargo.toml @@ -21,7 +21,7 @@ sc-consensus-aura = { version = "0.35.0", path = "../../../../substrate/client/c sc-consensus-babe = { version = "0.35.0", path = "../../../../substrate/client/consensus/babe" } sc-consensus-slots = { version = "0.34.0", path = "../../../../substrate/client/consensus/slots" } sc-telemetry = { version = "16.0.0", path = "../../../../substrate/client/telemetry" } -sp-api = { version = "27.0.0", path = "../../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../../substrate/primitives/api" } sp-application-crypto = { version = "31.0.0", path = "../../../../substrate/primitives/application-crypto" } sp-block-builder = { version = "27.0.0", path = "../../../../substrate/primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../../substrate/primitives/blockchain" } diff --git a/cumulus/client/consensus/relay-chain/Cargo.toml b/cumulus/client/consensus/relay-chain/Cargo.toml index 48a547604c2b..9e9acc29e573 100644 --- a/cumulus/client/consensus/relay-chain/Cargo.toml +++ b/cumulus/client/consensus/relay-chain/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.28" parking_lot = "0.12.1" tracing = "0.1.37" sc-consensus = { version = "0.34.0", path = "../../../../substrate/client/consensus/common" } -sp-api = { version = "27.0.0", path = "../../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../../substrate/primitives/api" } sp-block-builder = { version = "27.0.0", path = "../../../../substrate/primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../../substrate/primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../../substrate/primitives/consensus/common" } diff --git a/cumulus/client/parachain-inherent/Cargo.toml b/cumulus/client/parachain-inherent/Cargo.toml index 8368e9c418a6..725af384f7a9 100644 --- a/cumulus/client/parachain-inherent/Cargo.toml +++ b/cumulus/client/parachain-inherent/Cargo.toml @@ -12,7 +12,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive scale-info = { version = "2.10.0", features = ["derive"] } tracing = { version = "0.1.37" } sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-crypto-hashing = { version = "0.1.0", path = "../../../substrate/primitives/crypto/hashing" } sp-inherents = { version = "27.0.0", path = "../../../substrate/primitives/inherents" } sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" } diff --git a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml index ec47ad61fab8..423f198598a5 100644 --- a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml +++ b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml @@ -18,7 +18,7 @@ sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" } sc-telemetry = { version = "16.0.0", path = "../../../substrate/client/telemetry" } sc-tracing = { version = "29.0.0", path = "../../../substrate/client/tracing" } sc-sysinfo = { version = "28.0.0", path = "../../../substrate/client/sysinfo" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-consensus = { version = "0.33.0", path = "../../../substrate/primitives/consensus/common" } sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" } sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" } diff --git a/cumulus/client/relay-chain-interface/Cargo.toml b/cumulus/client/relay-chain-interface/Cargo.toml index 287fc387d872..bcb0f00f0661 100644 --- a/cumulus/client/relay-chain-interface/Cargo.toml +++ b/cumulus/client/relay-chain-interface/Cargo.toml @@ -12,7 +12,7 @@ workspace = true [dependencies] polkadot-overseer = { version = "8.0.0", path = "../../../polkadot/node/overseer" } cumulus-primitives-core = { version = "0.8.0", path = "../../primitives/core" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" } sp-state-machine = { version = "0.36.0", path = "../../../substrate/primitives/state-machine" } sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" } diff --git a/cumulus/client/relay-chain-minimal-node/Cargo.toml b/cumulus/client/relay-chain-minimal-node/Cargo.toml index 5bb738758063..3aee4b223cee 100644 --- a/cumulus/client/relay-chain-minimal-node/Cargo.toml +++ b/cumulus/client/relay-chain-minimal-node/Cargo.toml @@ -30,7 +30,7 @@ sc-client-api = { version = "29.0.0", path = "../../../substrate/client/api" } substrate-prometheus-endpoint = { version = "0.17.0", path = "../../../substrate/utils/prometheus" } sc-tracing = { version = "29.0.0", path = "../../../substrate/client/tracing" } sc-utils = { version = "15.0.0", path = "../../../substrate/client/utils" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-consensus-babe = { version = "0.33.0", path = "../../../substrate/primitives/consensus/babe" } sp-consensus = { version = "0.33.0", path = "../../../substrate/primitives/consensus/common" } sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" } diff --git a/cumulus/client/relay-chain-rpc-interface/Cargo.toml b/cumulus/client/relay-chain-rpc-interface/Cargo.toml index 8f19a1c7c618..19899f859e3a 100644 --- a/cumulus/client/relay-chain-rpc-interface/Cargo.toml +++ b/cumulus/client/relay-chain-rpc-interface/Cargo.toml @@ -13,7 +13,7 @@ workspace = true polkadot-overseer = { version = "8.0.0", path = "../../../polkadot/node/overseer" } cumulus-primitives-core = { version = "0.8.0", path = "../../primitives/core" } cumulus-relay-chain-interface = { version = "0.8.0", path = "../relay-chain-interface" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" } sp-consensus-babe = { version = "0.33.0", path = "../../../substrate/primitives/consensus/babe" } sp-authority-discovery = { version = "27.0.0", path = "../../../substrate/primitives/authority-discovery" } diff --git a/cumulus/client/service/Cargo.toml b/cumulus/client/service/Cargo.toml index b70454164c8b..79fce747d3ee 100644 --- a/cumulus/client/service/Cargo.toml +++ b/cumulus/client/service/Cargo.toml @@ -22,7 +22,7 @@ sc-network = { version = "0.35.0", path = "../../../substrate/client/network" } sc-network-sync = { version = "0.34.0", path = "../../../substrate/client/network/sync" } sc-utils = { version = "15.0.0", path = "../../../substrate/client/utils" } sc-network-transactions = { version = "0.34.0", path = "../../../substrate/client/network/transactions" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../substrate/primitives/consensus/common" } sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" } diff --git a/cumulus/parachain-template/node/Cargo.toml b/cumulus/parachain-template/node/Cargo.toml index 51e8856c109b..8c2ff40a5553 100644 --- a/cumulus/parachain-template/node/Cargo.toml +++ b/cumulus/parachain-template/node/Cargo.toml @@ -41,7 +41,7 @@ sc-telemetry = { version = "16.0.0", path = "../../../substrate/client/telemetry sc-tracing = { version = "29.0.0", path = "../../../substrate/client/tracing" } sc-transaction-pool = { version = "29.0.0", path = "../../../substrate/client/transaction-pool" } sc-transaction-pool-api = { version = "29.0.0", path = "../../../substrate/client/transaction-pool/api" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-block-builder = { version = "27.0.0", path = "../../../substrate/primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" } sp-consensus-aura = { version = "0.33.0", path = "../../../substrate/primitives/consensus/aura" } diff --git a/cumulus/parachain-template/runtime/Cargo.toml b/cumulus/parachain-template/runtime/Cargo.toml index d44e4590528e..7fd7ba67c310 100644 --- a/cumulus/parachain-template/runtime/Cargo.toml +++ b/cumulus/parachain-template/runtime/Cargo.toml @@ -46,7 +46,7 @@ pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index 1b45bdf86132..db04d116193d 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -43,7 +43,7 @@ pallet-transaction-payment = { path = "../../../../../substrate/frame/transactio pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index 9752db0700be..e706cd4ab5e5 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -41,7 +41,7 @@ pallet-transaction-payment = { path = "../../../../../substrate/frame/transactio pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/assets/common/Cargo.toml b/cumulus/parachains/runtimes/assets/common/Cargo.toml index 9a84e6a9c345..413ab618748c 100644 --- a/cumulus/parachains/runtimes/assets/common/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/common/Cargo.toml @@ -17,7 +17,7 @@ impl-trait-for-tuples = "0.2.2" # Substrate frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml index 6767df5d0b27..f30fdcb55579 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -41,7 +41,7 @@ pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default- pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml index 250c9590d726..c50ad4899a1e 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml @@ -37,7 +37,7 @@ pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default- pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index 6ec29c1ed18d..c14be05ff617 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml @@ -43,7 +43,7 @@ pallet-referenda = { path = "../../../../../substrate/frame/referenda", default- pallet-ranked-collective = { path = "../../../../../substrate/frame/ranked-collective", default-features = false, version = "29.0.0" } pallet-core-fellowship = { path = "../../../../../substrate/frame/core-fellowship", default-features = false, version = "13.0.0" } pallet-salary = { path = "../../../../../substrate/frame/salary", default-features = false, version = "14.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-arithmetic = { path = "../../../../../substrate/primitives/arithmetic", default-features = false, version = "24.0.0" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index 8919a343febb..cef0bba652cd 100644 --- a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -22,7 +22,7 @@ log = { version = "0.4.20", default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } # Substrate -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index 74897ad26dbd..677dded86aaf 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml @@ -39,7 +39,7 @@ pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default- pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml index bf3b16110db6..71305e1ddccb 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml @@ -38,7 +38,7 @@ pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default- pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml b/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml index 000e12d63bdd..8173efca062b 100644 --- a/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml @@ -25,7 +25,7 @@ pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = pallet-glutton = { path = "../../../../../substrate/frame/glutton", default-features = false, optional = true, version = "15.0.0" } pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, optional = true, version = "29.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index 1e46028f0003..e27672f280c3 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml @@ -36,7 +36,7 @@ pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default- pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index 2a95cbf626b1..ae172427c2e5 100644 --- a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml @@ -36,7 +36,7 @@ pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default- pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml index fbf76a8b2305..e6f4c8c27853 100644 --- a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml @@ -21,7 +21,7 @@ pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "29.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/starters/shell/Cargo.toml b/cumulus/parachains/runtimes/starters/shell/Cargo.toml index 1030337ed424..ad31da19e750 100644 --- a/cumulus/parachains/runtimes/starters/shell/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/shell/Cargo.toml @@ -20,7 +20,7 @@ frame-system = { path = "../../../../../substrate/frame/system", default-feature frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index 434eafcd5cfc..f89b2d614c2f 100644 --- a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml @@ -42,7 +42,7 @@ pallet-transaction-payment = { path = "../../../../../substrate/frame/transactio pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } pallet-asset-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false, version = "29.0.0" } pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml index 281c4746e845..160f51ffbdbe 100644 --- a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -26,7 +26,7 @@ pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" } diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index eaad21cd7c89..d464be6773ae 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -76,7 +76,7 @@ pallet-transaction-payment = { version = "29.0.1", path = "../../substrate/frame pallet-transaction-payment-rpc-runtime-api = { version = "29.0.0", path = "../../substrate/frame/transaction-payment/rpc/runtime-api" } sp-std = { version = "14.0.0", path = "../../substrate/primitives/std" } sp-inherents = { version = "27.0.0", path = "../../substrate/primitives/inherents" } -sp-api = { version = "27.0.0", path = "../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../substrate/primitives/api" } sp-consensus-aura = { version = "0.33.0", path = "../../substrate/primitives/consensus/aura" } sc-sysinfo = { version = "28.0.0", path = "../../substrate/client/sysinfo" } substrate-prometheus-endpoint = { version = "0.17.0", path = "../../substrate/utils/prometheus" } diff --git a/cumulus/primitives/aura/Cargo.toml b/cumulus/primitives/aura/Cargo.toml index f06a6e95daae..41f2f119390d 100644 --- a/cumulus/primitives/aura/Cargo.toml +++ b/cumulus/primitives/aura/Cargo.toml @@ -13,7 +13,7 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } # Substrate -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/cumulus/primitives/core/Cargo.toml b/cumulus/primitives/core/Cargo.toml index 2b02296d9256..ae609b6f5833 100644 --- a/cumulus/primitives/core/Cargo.toml +++ b/cumulus/primitives/core/Cargo.toml @@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } # Substrate -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "30.0.0" } diff --git a/cumulus/test/client/Cargo.toml b/cumulus/test/client/Cargo.toml index daa1ea055166..c17834c5e9db 100644 --- a/cumulus/test/client/Cargo.toml +++ b/cumulus/test/client/Cargo.toml @@ -19,7 +19,7 @@ sc-executor-common = { version = "0.30.0", path = "../../../substrate/client/exe substrate-test-client = { version = "0.1.0", path = "../../../substrate/test-utils/client" } sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" } sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-keyring = { version = "32.0.0", path = "../../../substrate/primitives/keyring" } sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" } sp-inherents = { version = "27.0.0", path = "../../../substrate/primitives/inherents" } diff --git a/cumulus/test/runtime/Cargo.toml b/cumulus/test/runtime/Cargo.toml index b5e71caa4715..1a099a3d982b 100644 --- a/cumulus/test/runtime/Cargo.toml +++ b/cumulus/test/runtime/Cargo.toml @@ -24,7 +24,7 @@ pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "28.0.0" } pallet-glutton = { path = "../../../substrate/frame/glutton", default-features = false, version = "15.0.0" } pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "29.0.1" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "27.0.0" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "29.0.0" } sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.8.0" } diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml index 58e723e1357b..b353843cb550 100644 --- a/cumulus/test/service/Cargo.toml +++ b/cumulus/test/service/Cargo.toml @@ -44,7 +44,7 @@ sp-arithmetic = { version = "24.0.0", path = "../../../substrate/primitives/arit sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" } sp-io = { version = "31.0.0", path = "../../../substrate/primitives/io" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-keyring = { version = "32.0.0", path = "../../../substrate/primitives/keyring" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-state-machine = { version = "0.36.0", path = "../../../substrate/primitives/state-machine" } diff --git a/docs/sdk/Cargo.toml b/docs/sdk/Cargo.toml index a0d06a9eb0f0..e5623f70362f 100644 --- a/docs/sdk/Cargo.toml +++ b/docs/sdk/Cargo.toml @@ -48,7 +48,7 @@ parachain-info = { package = "staging-parachain-info", path = "../../cumulus/par pallet-aura = { path = "../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-timestamp = { version = "28.0.0", path = "../../substrate/frame/timestamp" } sp-io = { version = "31.0.0", path = "../../substrate/primitives/io" } -sp-api = { version = "27.0.0", path = "../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../substrate/primitives/api" } sp-core = { version = "29.0.0", path = "../../substrate/primitives/core" } sp-keyring = { version = "32.0.0", path = "../../substrate/primitives/keyring" } sp-runtime = { version = "32.0.0", path = "../../substrate/primitives/runtime" } diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml index 082d260abf39..bf2c21974e7d 100644 --- a/polkadot/node/overseer/Cargo.toml +++ b/polkadot/node/overseer/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] client = { package = "sc-client-api", path = "../../../substrate/client/api", version = "29.0.0" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } futures = "0.3.21" futures-timer = "3.0.2" parking_lot = "0.12.1" diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index e1e9033a968f..5edf8570e941 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -42,7 +42,7 @@ beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/ grandpa_primitives = { package = "sp-consensus-grandpa", path = "../../../substrate/primitives/consensus/grandpa", version = "14.0.0" } sp-inherents = { version = "27.0.0", path = "../../../substrate/primitives/inherents" } sp-keyring = { version = "32.0.0", path = "../../../substrate/primitives/keyring" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-block-builder = { version = "27.0.0", path = "../../../substrate/primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../../substrate/primitives/core" } diff --git a/polkadot/node/subsystem-types/Cargo.toml b/polkadot/node/subsystem-types/Cargo.toml index 5c79054aff84..fb492330cf99 100644 --- a/polkadot/node/subsystem-types/Cargo.toml +++ b/polkadot/node/subsystem-types/Cargo.toml @@ -19,7 +19,7 @@ polkadot-statement-table = { version = "8.0.1", path = "../../statement-table" } polkadot-node-jaeger = { version = "8.0.0", path = "../jaeger" } orchestra = { version = "0.3.5", default-features = false, features = ["futures_channel"] } sc-network = { version = "0.35.0", path = "../../../substrate/client/network" } -sp-api = { version = "27.0.0", path = "../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../substrate/primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../substrate/primitives/blockchain" } sp-consensus-babe = { version = "0.33.0", path = "../../../substrate/primitives/consensus/babe" } sp-runtime = { version = "32.0.0", path = "../../../substrate/primitives/runtime" } diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index e3c8d8388ab3..6f1a88acf1a6 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -25,7 +25,7 @@ sp-blockchain = { version = "29.0.0", path = "../../../../substrate/primitives/b sp-runtime = { version = "32.0.0", path = "../../../../substrate/primitives/runtime" } sp-inherents = { version = "27.0.0", path = "../../../../substrate/primitives/inherents" } sp-core = { version = "29.0.0", path = "../../../../substrate/primitives/core" } -sp-api = { version = "27.0.0", path = "../../../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../../../substrate/primitives/api" } sp-timestamp = { version = "27.0.0", path = "../../../../substrate/primitives/timestamp" } sp-consensus = { version = "0.33.0", path = "../../../../substrate/primitives/consensus/common" } sp-consensus-babe = { version = "0.33.0", path = "../../../../substrate/primitives/consensus/babe" } diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index f845e61f0154..090ed6060595 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -21,7 +21,7 @@ application-crypto = { package = "sp-application-crypto", path = "../../substrat inherents = { package = "sp-inherents", path = "../../substrate/primitives/inherents", default-features = false, version = "27.0.0" } primitives = { package = "sp-core", path = "../../substrate/primitives/core", default-features = false, version = "29.0.0" } runtime_primitives = { package = "sp-runtime", path = "../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } -sp-api = { path = "../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-arithmetic = { path = "../../substrate/primitives/arithmetic", default-features = false, features = ["serde"], version = "24.0.0" } sp-authority-discovery = { path = "../../substrate/primitives/authority-discovery", default-features = false, features = ["serde"], version = "27.0.0" } sp-consensus-slots = { path = "../../substrate/primitives/consensus/slots", default-features = false, features = ["serde"], version = "0.33.0" } diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index cc389a969db7..d2e46af709c5 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -16,7 +16,7 @@ sc-client-api = { version = "29.0.0", path = "../../substrate/client/api" } sp-blockchain = { version = "29.0.0", path = "../../substrate/primitives/blockchain" } sp-keystore = { version = "0.35.0", path = "../../substrate/primitives/keystore" } sp-runtime = { version = "32.0.0", path = "../../substrate/primitives/runtime" } -sp-api = { version = "27.0.0", path = "../../substrate/primitives/api" } +sp-api = { version = "27.0.1", path = "../../substrate/primitives/api" } sp-consensus = { version = "0.33.0", path = "../../substrate/primitives/consensus/common" } sp-consensus-babe = { version = "0.33.0", path = "../../substrate/primitives/consensus/babe" } sc-chain-spec = { version = "28.0.0", path = "../../substrate/client/chain-spec" } diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 1f96bcd166d7..68b422791112 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0.195", default-features = false, features = ["alloc"] } serde_derive = { version = "1.0.117" } static_assertions = "1.1.0" -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false, version = "27.0.0" } sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "31.0.0" } diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 3f9aaf81509a..4142d7a81878 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0.195", default-features = false, features = ["alloc", "d derive_more = "0.99.17" bitflags = "1.3.2" -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false, version = "27.0.0" } sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "31.0.0" } diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 9aefa06844d4..5016539f45c2 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -24,7 +24,7 @@ babe-primitives = { package = "sp-consensus-babe", path = "../../../substrate/pr beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/primitives/consensus/beefy", default-features = false, version = "14.0.0" } binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false, version = "14.0.0" } rococo-runtime-constants = { package = "rococo-runtime-constants", path = "constants", default-features = false, version = "8.0.0" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.8.0" } inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false, version = "27.0.0" } offchain-primitives = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", default-features = false, version = "27.0.0" } diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index a1f6bb39b264..01aa8c59409f 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -24,7 +24,7 @@ smallvec = "1.8.0" authority-discovery-primitives = { package = "sp-authority-discovery", path = "../../../substrate/primitives/authority-discovery", default-features = false, version = "27.0.0" } babe-primitives = { package = "sp-consensus-babe", path = "../../../substrate/primitives/consensus/babe", default-features = false, version = "0.33.0" } beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/primitives/consensus/beefy", default-features = false, version = "14.0.0" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false, version = "27.0.0" } offchain-primitives = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", default-features = false, version = "27.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index d52699723e0d..1a8346aac5d3 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -26,7 +26,7 @@ beefy-primitives = { package = "sp-consensus-beefy", path = "../../../substrate/ binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false, version = "14.0.0" } inherents = { package = "sp-inherents", path = "../../../substrate/primitives/inherents", default-features = false, version = "27.0.0" } offchain-primitives = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", default-features = false, version = "27.0.0" } -sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "27.0.1" } sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, version = "31.0.0" } sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "24.0.0" } sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/bin/minimal/node/Cargo.toml b/substrate/bin/minimal/node/Cargo.toml index 36bd888bd571..47fa82df8c4f 100644 --- a/substrate/bin/minimal/node/Cargo.toml +++ b/substrate/bin/minimal/node/Cargo.toml @@ -40,7 +40,7 @@ sc-offchain = { version = "30.0.0", path = "../../../client/offchain" } sc-client-api = { version = "29.0.0", path = "../../../client/api" } sp-timestamp = { version = "27.0.0", path = "../../../primitives/timestamp" } sp-keyring = { version = "32.0.0", path = "../../../primitives/keyring" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-block-builder = { version = "27.0.0", path = "../../../primitives/block-builder" } sp-io = { version = "31.0.0", path = "../../../primitives/io" } diff --git a/substrate/bin/node-template/node/Cargo.toml b/substrate/bin/node-template/node/Cargo.toml index 77057e51c742..b45ee39d2dd7 100644 --- a/substrate/bin/node-template/node/Cargo.toml +++ b/substrate/bin/node-template/node/Cargo.toml @@ -48,7 +48,7 @@ pallet-transaction-payment = { path = "../../../frame/transaction-payment", defa # These dependencies are used for the node template's RPCs jsonrpsee = { version = "0.20.3", features = ["server"] } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sc-rpc-api = { version = "0.34.0", path = "../../../client/rpc-api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-block-builder = { version = "27.0.0", path = "../../../primitives/block-builder" } diff --git a/substrate/bin/node-template/runtime/Cargo.toml b/substrate/bin/node-template/runtime/Cargo.toml index 50eee9510bc3..bdd70acd44e0 100644 --- a/substrate/bin/node-template/runtime/Cargo.toml +++ b/substrate/bin/node-template/runtime/Cargo.toml @@ -29,7 +29,7 @@ frame-try-runtime = { path = "../../../frame/try-runtime", default-features = fa pallet-timestamp = { path = "../../../frame/timestamp", default-features = false, version = "28.0.0" } pallet-transaction-payment = { path = "../../../frame/transaction-payment", default-features = false, version = "29.0.1" } frame-executive = { path = "../../../frame/executive", default-features = false, version = "29.0.0" } -sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.1" } sp-block-builder = { path = "../../../primitives/block-builder", default-features = false, version = "27.0.0" } sp-consensus-aura = { path = "../../../primitives/consensus/aura", default-features = false, features = ["serde"], version = "0.33.0" } sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "14.0.0" } diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index f504690141a2..871ffe2b0537 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -52,7 +52,7 @@ sp-authority-discovery = { version = "27.0.0", path = "../../../primitives/autho sp-consensus-babe = { version = "0.33.0", path = "../../../primitives/consensus/babe" } beefy-primitives = { package = "sp-consensus-beefy", path = "../../../primitives/consensus/beefy", version = "14.0.0" } grandpa-primitives = { package = "sp-consensus-grandpa", path = "../../../primitives/consensus/grandpa", version = "14.0.0" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-core = { version = "29.0.0", path = "../../../primitives/core" } sp-runtime = { version = "32.0.0", path = "../../../primitives/runtime" } sp-timestamp = { version = "27.0.0", path = "../../../primitives/timestamp" } diff --git a/substrate/bin/node/rpc/Cargo.toml b/substrate/bin/node/rpc/Cargo.toml index 012d7092efb8..e67f0e2b3cac 100644 --- a/substrate/bin/node/rpc/Cargo.toml +++ b/substrate/bin/node/rpc/Cargo.toml @@ -34,7 +34,7 @@ sc-rpc-api = { version = "0.34.0", path = "../../../client/rpc-api" } sc-rpc-spec-v2 = { version = "0.35.0", path = "../../../client/rpc-spec-v2" } sc-sync-state-rpc = { version = "0.35.0", path = "../../../client/sync-state-rpc" } sc-transaction-pool-api = { version = "29.0.0", path = "../../../client/transaction-pool/api" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-block-builder = { version = "27.0.0", path = "../../../primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../primitives/consensus/common" } diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index 181c63af368b..b2815fe1bb85 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -44,7 +44,7 @@ sp-mixnet = { path = "../../../primitives/mixnet", default-features = false, ver sp-offchain = { path = "../../../primitives/offchain", default-features = false, version = "27.0.0" } sp-core = { path = "../../../primitives/core", default-features = false, features = ["serde"], version = "29.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } -sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, features = ["serde"], version = "32.0.0" } sp-staking = { path = "../../../primitives/staking", default-features = false, features = ["serde"], version = "27.0.0" } sp-storage = { path = "../../../primitives/storage", default-features = false, version = "20.0.0" } diff --git a/substrate/bin/node/testing/Cargo.toml b/substrate/bin/node/testing/Cargo.toml index 76260f475f70..6b5b3b0b5ac0 100644 --- a/substrate/bin/node/testing/Cargo.toml +++ b/substrate/bin/node/testing/Cargo.toml @@ -37,7 +37,7 @@ sc-client-db = { path = "../../../client/db", features = ["rocksdb"], version = sc-consensus = { version = "0.34.0", path = "../../../client/consensus/common" } sc-executor = { version = "0.33.0", path = "../../../client/executor" } sc-service = { path = "../../../client/service", features = ["rocksdb", "test-helpers"], version = "0.36.0" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-block-builder = { version = "27.0.0", path = "../../../primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../primitives/consensus/common" } diff --git a/substrate/client/api/Cargo.toml b/substrate/client/api/Cargo.toml index bfcd8647a2a7..7f64dc948f67 100644 --- a/substrate/client/api/Cargo.toml +++ b/substrate/client/api/Cargo.toml @@ -28,7 +28,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../.. sc-executor = { version = "0.33.0", path = "../executor" } sc-transaction-pool-api = { version = "29.0.0", path = "../transaction-pool/api" } sc-utils = { version = "15.0.0", path = "../utils" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../primitives/consensus/common" } sp-core = { path = "../../primitives/core", default-features = false, version = "29.0.0" } diff --git a/substrate/client/authority-discovery/Cargo.toml b/substrate/client/authority-discovery/Cargo.toml index 0637d7fe109f..1eab32178188 100644 --- a/substrate/client/authority-discovery/Cargo.toml +++ b/substrate/client/authority-discovery/Cargo.toml @@ -36,7 +36,7 @@ thiserror = "1.0" prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } sc-client-api = { version = "29.0.0", path = "../api" } sc-network = { version = "0.35.0", path = "../network" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-authority-discovery = { version = "27.0.0", path = "../../primitives/authority-discovery" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../primitives/core" } diff --git a/substrate/client/basic-authorship/Cargo.toml b/substrate/client/basic-authorship/Cargo.toml index 43dd3fa973d9..4d38713012c9 100644 --- a/substrate/client/basic-authorship/Cargo.toml +++ b/substrate/client/basic-authorship/Cargo.toml @@ -25,7 +25,7 @@ sc-block-builder = { version = "0.34.0", path = "../block-builder" } sc-proposer-metrics = { version = "0.17.0", path = "../proposer-metrics" } sc-telemetry = { version = "16.0.0", path = "../telemetry" } sc-transaction-pool-api = { version = "29.0.0", path = "../transaction-pool/api" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../primitives/consensus/common" } sp-core = { version = "29.0.0", path = "../../primitives/core" } diff --git a/substrate/client/block-builder/Cargo.toml b/substrate/client/block-builder/Cargo.toml index 965537a48a78..6e55af120734 100644 --- a/substrate/client/block-builder/Cargo.toml +++ b/substrate/client/block-builder/Cargo.toml @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", features = [ "derive", ] } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-block-builder = { version = "27.0.0", path = "../../primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../primitives/core" } diff --git a/substrate/client/consensus/aura/Cargo.toml b/substrate/client/consensus/aura/Cargo.toml index e748e9037c57..0207c526f0bb 100644 --- a/substrate/client/consensus/aura/Cargo.toml +++ b/substrate/client/consensus/aura/Cargo.toml @@ -27,7 +27,7 @@ sc-client-api = { version = "29.0.0", path = "../../api" } sc-consensus = { version = "0.34.0", path = "../common" } sc-consensus-slots = { version = "0.34.0", path = "../slots" } sc-telemetry = { version = "16.0.0", path = "../../telemetry" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-application-crypto = { version = "31.0.0", path = "../../../primitives/application-crypto" } sp-block-builder = { version = "27.0.0", path = "../../../primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } diff --git a/substrate/client/consensus/babe/Cargo.toml b/substrate/client/consensus/babe/Cargo.toml index 43a90c846a83..08f689948ae5 100644 --- a/substrate/client/consensus/babe/Cargo.toml +++ b/substrate/client/consensus/babe/Cargo.toml @@ -34,7 +34,7 @@ sc-consensus-epochs = { version = "0.34.0", path = "../epochs" } sc-consensus-slots = { version = "0.34.0", path = "../slots" } sc-telemetry = { version = "16.0.0", path = "../../telemetry" } sc-transaction-pool-api = { version = "29.0.0", path = "../../transaction-pool/api" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-application-crypto = { version = "31.0.0", path = "../../../primitives/application-crypto" } sp-block-builder = { version = "27.0.0", path = "../../../primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } diff --git a/substrate/client/consensus/babe/rpc/Cargo.toml b/substrate/client/consensus/babe/rpc/Cargo.toml index e5b81c2939be..d361e062ca0a 100644 --- a/substrate/client/consensus/babe/rpc/Cargo.toml +++ b/substrate/client/consensus/babe/rpc/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "1.0" sc-consensus-babe = { version = "0.35.0", path = ".." } sc-consensus-epochs = { version = "0.34.0", path = "../../epochs" } sc-rpc-api = { version = "0.34.0", path = "../../../rpc-api" } -sp-api = { version = "27.0.0", path = "../../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../../primitives/api" } sp-application-crypto = { version = "31.0.0", path = "../../../../primitives/application-crypto" } sp-blockchain = { version = "29.0.0", path = "../../../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../../primitives/consensus/common" } diff --git a/substrate/client/consensus/beefy/Cargo.toml b/substrate/client/consensus/beefy/Cargo.toml index b2a9a15e3b22..a36393a04f84 100644 --- a/substrate/client/consensus/beefy/Cargo.toml +++ b/substrate/client/consensus/beefy/Cargo.toml @@ -29,7 +29,7 @@ sc-network = { version = "0.35.0", path = "../../network" } sc-network-gossip = { version = "0.35.0", path = "../../network-gossip" } sc-network-sync = { version = "0.34.0", path = "../../network/sync" } sc-utils = { version = "15.0.0", path = "../../utils" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-application-crypto = { version = "31.0.0", path = "../../../primitives/application-crypto" } sp-arithmetic = { version = "24.0.0", path = "../../../primitives/arithmetic" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } diff --git a/substrate/client/consensus/common/Cargo.toml b/substrate/client/consensus/common/Cargo.toml index 75ddd5396fa8..ed576c673b36 100644 --- a/substrate/client/consensus/common/Cargo.toml +++ b/substrate/client/consensus/common/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "1.0.48" prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } sc-client-api = { version = "29.0.0", path = "../../api" } sc-utils = { version = "15.0.0", path = "../../utils" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../primitives/consensus/common" } sp-core = { version = "29.0.0", path = "../../../primitives/core" } diff --git a/substrate/client/consensus/grandpa/Cargo.toml b/substrate/client/consensus/grandpa/Cargo.toml index bb81e72b1b2b..48ec392aa4b7 100644 --- a/substrate/client/consensus/grandpa/Cargo.toml +++ b/substrate/client/consensus/grandpa/Cargo.toml @@ -43,7 +43,7 @@ sc-network-common = { version = "0.34.0", path = "../../network/common" } sc-network-sync = { version = "0.34.0", path = "../../network/sync" } sc-telemetry = { version = "16.0.0", path = "../../telemetry" } sc-utils = { version = "15.0.0", path = "../../utils" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-application-crypto = { version = "31.0.0", path = "../../../primitives/application-crypto" } sp-arithmetic = { version = "24.0.0", path = "../../../primitives/arithmetic" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } diff --git a/substrate/client/consensus/manual-seal/Cargo.toml b/substrate/client/consensus/manual-seal/Cargo.toml index ed1fc8a57898..85104502fdb7 100644 --- a/substrate/client/consensus/manual-seal/Cargo.toml +++ b/substrate/client/consensus/manual-seal/Cargo.toml @@ -33,7 +33,7 @@ sc-consensus-babe = { version = "0.35.0", path = "../babe" } sc-consensus-epochs = { version = "0.34.0", path = "../epochs" } sc-transaction-pool = { version = "29.0.0", path = "../../transaction-pool" } sc-transaction-pool-api = { version = "29.0.0", path = "../../transaction-pool/api" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../primitives/consensus/common" } sp-consensus-aura = { version = "0.33.0", path = "../../../primitives/consensus/aura" } diff --git a/substrate/client/consensus/pow/Cargo.toml b/substrate/client/consensus/pow/Cargo.toml index ff1d919dabc6..5dd5842d3fbe 100644 --- a/substrate/client/consensus/pow/Cargo.toml +++ b/substrate/client/consensus/pow/Cargo.toml @@ -26,7 +26,7 @@ thiserror = "1.0" prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } sc-client-api = { version = "29.0.0", path = "../../api" } sc-consensus = { version = "0.34.0", path = "../common" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-block-builder = { version = "27.0.0", path = "../../../primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../primitives/consensus/common" } diff --git a/substrate/client/executor/Cargo.toml b/substrate/client/executor/Cargo.toml index e88a70191ca8..d30a59876e1e 100644 --- a/substrate/client/executor/Cargo.toml +++ b/substrate/client/executor/Cargo.toml @@ -24,7 +24,7 @@ tracing = "0.1.29" codec = { package = "parity-scale-codec", version = "3.6.1" } sc-executor-common = { version = "0.30.0", path = "common" } sc-executor-wasmtime = { version = "0.30.0", path = "wasmtime" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-core = { version = "29.0.0", path = "../../primitives/core" } sp-externalities = { version = "0.26.0", path = "../../primitives/externalities" } sp-io = { version = "31.0.0", path = "../../primitives/io" } diff --git a/substrate/client/merkle-mountain-range/Cargo.toml b/substrate/client/merkle-mountain-range/Cargo.toml index 82479b167e1f..ee58fe85a640 100644 --- a/substrate/client/merkle-mountain-range/Cargo.toml +++ b/substrate/client/merkle-mountain-range/Cargo.toml @@ -17,7 +17,7 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.1" } futures = "0.3" log = "0.4" -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sc-client-api = { version = "29.0.0", path = "../api" } sp-consensus-beefy = { version = "14.0.0", path = "../../primitives/consensus/beefy" } diff --git a/substrate/client/merkle-mountain-range/rpc/Cargo.toml b/substrate/client/merkle-mountain-range/rpc/Cargo.toml index 899355dd9fcd..de43cd9d258b 100644 --- a/substrate/client/merkle-mountain-range/rpc/Cargo.toml +++ b/substrate/client/merkle-mountain-range/rpc/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1" } jsonrpsee = { version = "0.20.3", features = ["client-core", "macros", "server"] } serde = { version = "1.0.195", features = ["derive"] } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../../primitives/core" } sp-mmr-primitives = { version = "27.0.0", path = "../../../primitives/merkle-mountain-range" } diff --git a/substrate/client/mixnet/Cargo.toml b/substrate/client/mixnet/Cargo.toml index 63e687f1b270..d48cb190e6e2 100644 --- a/substrate/client/mixnet/Cargo.toml +++ b/substrate/client/mixnet/Cargo.toml @@ -31,7 +31,7 @@ parking_lot = "0.12.1" sc-client-api = { version = "29.0.0", path = "../api" } sc-network = { version = "0.35.0", path = "../network" } sc-transaction-pool-api = { version = "29.0.0", path = "../transaction-pool/api" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-consensus = { version = "0.33.0", path = "../../primitives/consensus/common" } sp-core = { version = "29.0.0", path = "../../primitives/core" } sp-keystore = { version = "0.35.0", path = "../../primitives/keystore" } diff --git a/substrate/client/offchain/Cargo.toml b/substrate/client/offchain/Cargo.toml index 3d2a5664c934..86551e348673 100644 --- a/substrate/client/offchain/Cargo.toml +++ b/substrate/client/offchain/Cargo.toml @@ -36,7 +36,7 @@ sc-network = { version = "0.35.0", path = "../network" } sc-network-common = { version = "0.34.0", path = "../network/common" } sc-transaction-pool-api = { version = "29.0.0", path = "../transaction-pool/api" } sc-utils = { version = "15.0.0", path = "../utils" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-core = { version = "29.0.0", path = "../../primitives/core" } sp-offchain = { version = "27.0.0", path = "../../primitives/offchain" } sp-runtime = { version = "32.0.0", path = "../../primitives/runtime" } diff --git a/substrate/client/rpc-spec-v2/Cargo.toml b/substrate/client/rpc-spec-v2/Cargo.toml index 3b8a65a5ef23..f97de58d089b 100644 --- a/substrate/client/rpc-spec-v2/Cargo.toml +++ b/substrate/client/rpc-spec-v2/Cargo.toml @@ -21,7 +21,7 @@ sc-chain-spec = { version = "28.0.0", path = "../chain-spec" } sc-transaction-pool-api = { version = "29.0.0", path = "../transaction-pool/api" } sp-core = { version = "29.0.0", path = "../../primitives/core" } sp-runtime = { version = "32.0.0", path = "../../primitives/runtime" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-rpc = { version = "27.0.0", path = "../../primitives/rpc" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-version = { version = "30.0.0", path = "../../primitives/version" } diff --git a/substrate/client/rpc/Cargo.toml b/substrate/client/rpc/Cargo.toml index 4511ca9194c5..ed4178f130d2 100644 --- a/substrate/client/rpc/Cargo.toml +++ b/substrate/client/rpc/Cargo.toml @@ -30,7 +30,7 @@ sc-rpc-api = { version = "0.34.0", path = "../rpc-api" } sc-tracing = { version = "29.0.0", path = "../tracing" } sc-transaction-pool-api = { version = "29.0.0", path = "../transaction-pool/api" } sc-utils = { version = "15.0.0", path = "../utils" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../primitives/core" } sp-keystore = { version = "0.35.0", path = "../../primitives/keystore" } diff --git a/substrate/client/service/Cargo.toml b/substrate/client/service/Cargo.toml index bd88c7eca4f1..926d0649757e 100644 --- a/substrate/client/service/Cargo.toml +++ b/substrate/client/service/Cargo.toml @@ -61,7 +61,7 @@ sc-network-sync = { version = "0.34.0", path = "../network/sync" } sc-network-transactions = { version = "0.34.0", path = "../network/transactions" } sc-chain-spec = { version = "28.0.0", path = "../chain-spec" } sc-client-api = { version = "29.0.0", path = "../api" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sc-client-db = { path = "../db", default-features = false, version = "0.36.0" } codec = { package = "parity-scale-codec", version = "3.6.1" } sc-executor = { version = "0.33.0", path = "../executor" } diff --git a/substrate/client/service/test/Cargo.toml b/substrate/client/service/test/Cargo.toml index 0745eb10796d..3e25c856c269 100644 --- a/substrate/client/service/test/Cargo.toml +++ b/substrate/client/service/test/Cargo.toml @@ -34,7 +34,7 @@ sc-network = { version = "0.35.0", path = "../../network" } sc-network-sync = { version = "0.34.0", path = "../../network/sync" } sc-service = { path = "..", features = ["test-helpers"], version = "0.36.0" } sc-transaction-pool-api = { version = "29.0.0", path = "../../transaction-pool/api" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../primitives/consensus/common" } sp-core = { version = "29.0.0", path = "../../../primitives/core" } diff --git a/substrate/client/statement-store/Cargo.toml b/substrate/client/statement-store/Cargo.toml index 004d33b8b88c..b63a69be6057 100644 --- a/substrate/client/statement-store/Cargo.toml +++ b/substrate/client/statement-store/Cargo.toml @@ -22,7 +22,7 @@ parity-db = "0.4.12" tokio = { version = "1.22.0", features = ["time"] } sp-statement-store = { version = "11.0.0", path = "../../primitives/statement-store" } prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../primitives/core" } sp-runtime = { version = "32.0.0", path = "../../primitives/runtime" } diff --git a/substrate/client/tracing/Cargo.toml b/substrate/client/tracing/Cargo.toml index fda50f30f366..b3fc36e04a37 100644 --- a/substrate/client/tracing/Cargo.toml +++ b/substrate/client/tracing/Cargo.toml @@ -33,7 +33,7 @@ tracing-log = "0.1.3" tracing-subscriber = { version = "0.2.25", features = ["parking_lot"] } sc-client-api = { version = "29.0.0", path = "../api" } sc-tracing-proc-macro = { version = "11.0.0", path = "proc-macro" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../primitives/core" } sp-rpc = { version = "27.0.0", path = "../../primitives/rpc" } diff --git a/substrate/client/transaction-pool/Cargo.toml b/substrate/client/transaction-pool/Cargo.toml index d11ec8ac126a..cfa3b0a57049 100644 --- a/substrate/client/transaction-pool/Cargo.toml +++ b/substrate/client/transaction-pool/Cargo.toml @@ -29,7 +29,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../.. sc-client-api = { version = "29.0.0", path = "../api" } sc-transaction-pool-api = { version = "29.0.0", path = "api" } sc-utils = { version = "15.0.0", path = "../utils" } -sp-api = { version = "27.0.0", path = "../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../primitives/core" } sp-crypto-hashing = { version = "0.1.0", path = "../../primitives/crypto/hashing" } diff --git a/substrate/frame/Cargo.toml b/substrate/frame/Cargo.toml index e04aa20b9a84..6b96f6165c25 100644 --- a/substrate/frame/Cargo.toml +++ b/substrate/frame/Cargo.toml @@ -35,7 +35,7 @@ frame-system = { default-features = false, path = "system", version = "29.0.0" } # primitive types used for developing FRAME runtimes. sp-version = { default-features = false, path = "../primitives/version", optional = true, version = "30.0.0" } -sp-api = { default-features = false, path = "../primitives/api", optional = true, version = "27.0.0" } +sp-api = { default-features = false, path = "../primitives/api", optional = true, version = "27.0.1" } sp-block-builder = { default-features = false, path = "../primitives/block-builder", optional = true, version = "27.0.0" } sp-transaction-pool = { default-features = false, path = "../primitives/transaction-pool", optional = true, version = "27.0.0" } sp-offchain = { default-features = false, path = "../primitives/offchain", optional = true, version = "27.0.0" } diff --git a/substrate/frame/asset-conversion/Cargo.toml b/substrate/frame/asset-conversion/Cargo.toml index 5d0dfc099a02..2ed8e2581b39 100644 --- a/substrate/frame/asset-conversion/Cargo.toml +++ b/substrate/frame/asset-conversion/Cargo.toml @@ -21,7 +21,7 @@ frame-support = { path = "../support", default-features = false, version = "29.0 frame-system = { path = "../system", default-features = false, version = "29.0.0" } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "29.0.0" } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "29.0.0" } sp-io = { path = "../../primitives/io", default-features = false, version = "31.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/beefy-mmr/Cargo.toml b/substrate/frame/beefy-mmr/Cargo.toml index dd50bc3e2c2a..4bb70a1b8b0c 100644 --- a/substrate/frame/beefy-mmr/Cargo.toml +++ b/substrate/frame/beefy-mmr/Cargo.toml @@ -28,7 +28,7 @@ sp-core = { path = "../../primitives/core", default-features = false, version = sp-io = { path = "../../primitives/io", default-features = false, version = "31.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } -sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.1" } sp-state-machine = { path = "../../primitives/state-machine", default-features = false, version = "0.36.0" } [dev-dependencies] diff --git a/substrate/frame/benchmarking/Cargo.toml b/substrate/frame/benchmarking/Cargo.toml index 4373bc9cd3dd..1b4f2d3e8932 100644 --- a/substrate/frame/benchmarking/Cargo.toml +++ b/substrate/frame/benchmarking/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.195", optional = true } frame-support = { path = "../support", default-features = false, version = "29.0.2" } frame-support-procedural = { path = "../support/procedural", default-features = false, version = "24.0.0" } frame-system = { path = "../system", default-features = false, version = "29.0.0" } -sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.1" } sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, version = "31.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "29.0.0" } sp-io = { path = "../../primitives/io", default-features = false, version = "31.0.0" } diff --git a/substrate/frame/contracts/Cargo.toml b/substrate/frame/contracts/Cargo.toml index 29d9d93cf762..15800a00a449 100644 --- a/substrate/frame/contracts/Cargo.toml +++ b/substrate/frame/contracts/Cargo.toml @@ -45,7 +45,7 @@ frame-system = { path = "../system", default-features = false, version = "29.0.0 pallet-balances = { path = "../balances", default-features = false, optional = true, version = "29.0.2" } pallet-contracts-uapi = { version = "6.0.0", path = "uapi" } pallet-contracts-proc-macro = { version = "19.0.0", path = "proc-macro" } -sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "29.0.0" } sp-io = { path = "../../primitives/io", default-features = false, version = "31.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/contracts/mock-network/Cargo.toml b/substrate/frame/contracts/mock-network/Cargo.toml index eb316425d810..d46df058aeef 100644 --- a/substrate/frame/contracts/mock-network/Cargo.toml +++ b/substrate/frame/contracts/mock-network/Cargo.toml @@ -31,7 +31,7 @@ polkadot-parachain-primitives = { version = "7.0.0", path = "../../../../polkado polkadot-primitives = { version = "8.0.1", path = "../../../../polkadot/primitives" } polkadot-runtime-parachains = { version = "8.0.3", path = "../../../../polkadot/runtime/parachains" } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.1" } sp-core = { path = "../../../primitives/core", default-features = false, version = "29.0.0" } sp-io = { path = "../../../primitives/io", default-features = false, version = "31.0.0" } sp-keystore = { version = "0.35.0", path = "../../../primitives/keystore" } diff --git a/substrate/frame/nfts/runtime-api/Cargo.toml b/substrate/frame/nfts/runtime-api/Cargo.toml index 751decb0b3f8..a030ba43241f 100644 --- a/substrate/frame/nfts/runtime-api/Cargo.toml +++ b/substrate/frame/nfts/runtime-api/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } pallet-nfts = { path = "..", default-features = false, version = "23.0.0" } -sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.1" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [features] diff --git a/substrate/frame/nomination-pools/runtime-api/Cargo.toml b/substrate/frame/nomination-pools/runtime-api/Cargo.toml index 052ca2bb8442..51fd7d2ae191 100644 --- a/substrate/frame/nomination-pools/runtime-api/Cargo.toml +++ b/substrate/frame/nomination-pools/runtime-api/Cargo.toml @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.1" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } pallet-nomination-pools = { path = "..", default-features = false, version = "26.0.1" } diff --git a/substrate/frame/staking/runtime-api/Cargo.toml b/substrate/frame/staking/runtime-api/Cargo.toml index c12555254b1b..57612040cca5 100644 --- a/substrate/frame/staking/runtime-api/Cargo.toml +++ b/substrate/frame/staking/runtime-api/Cargo.toml @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -sp-api = { default-features = false, path = "../../../primitives/api", version = "27.0.0" } +sp-api = { default-features = false, path = "../../../primitives/api", version = "27.0.1" } sp-staking = { default-features = false, path = "../../../primitives/staking", version = "27.0.0" } [features] diff --git a/substrate/frame/statement/Cargo.toml b/substrate/frame/statement/Cargo.toml index a31872389ffc..7c28284739a6 100644 --- a/substrate/frame/statement/Cargo.toml +++ b/substrate/frame/statement/Cargo.toml @@ -20,7 +20,7 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive frame-support = { path = "../support", default-features = false, version = "29.0.2" } frame-system = { path = "../system", default-features = false, version = "29.0.0" } sp-statement-store = { path = "../../primitives/statement-store", default-features = false, version = "11.0.0" } -sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } sp-io = { path = "../../primitives/io", default-features = false, version = "31.0.0" } diff --git a/substrate/frame/support/Cargo.toml b/substrate/frame/support/Cargo.toml index c389fc32b93f..1b9a54b363aa 100644 --- a/substrate/frame/support/Cargo.toml +++ b/substrate/frame/support/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.195", default-features = false, features = ["alloc", "d codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] } -sp-api = { path = "../../primitives/api", default-features = false, features = ["frame-metadata"], version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, features = ["frame-metadata"], version = "27.0.1" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } sp-io = { path = "../../primitives/io", default-features = false, version = "31.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "32.0.0" } diff --git a/substrate/frame/support/test/Cargo.toml b/substrate/frame/support/test/Cargo.toml index 2a45e26cff17..ca284dcac2ec 100644 --- a/substrate/frame/support/test/Cargo.toml +++ b/substrate/frame/support/test/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.195", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] } -sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../primitives/api", default-features = false, version = "27.0.1" } sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false, version = "24.0.0" } sp-io = { path = "../../../primitives/io", default-features = false, version = "31.0.0" } sp-state-machine = { path = "../../../primitives/state-machine", optional = true, version = "0.36.0" } diff --git a/substrate/frame/system/rpc/runtime-api/Cargo.toml b/substrate/frame/system/rpc/runtime-api/Cargo.toml index 26bc02571bed..0646b74dd9fa 100644 --- a/substrate/frame/system/rpc/runtime-api/Cargo.toml +++ b/substrate/frame/system/rpc/runtime-api/Cargo.toml @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } -sp-api = { path = "../../../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../primitives/api", default-features = false, version = "27.0.1" } [features] default = ["std"] diff --git a/substrate/frame/transaction-payment/rpc/Cargo.toml b/substrate/frame/transaction-payment/rpc/Cargo.toml index 28d69ccb3ce2..0186be832b41 100644 --- a/substrate/frame/transaction-payment/rpc/Cargo.toml +++ b/substrate/frame/transaction-payment/rpc/Cargo.toml @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1" } jsonrpsee = { version = "0.20.3", features = ["client-core", "macros", "server"] } pallet-transaction-payment-rpc-runtime-api = { version = "29.0.0", path = "runtime-api" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../../primitives/core" } sp-rpc = { version = "27.0.0", path = "../../../primitives/rpc" } diff --git a/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml b/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml index 3ec5b991989a..a7c4b5ac89fa 100644 --- a/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml +++ b/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } pallet-transaction-payment = { path = "../..", default-features = false, version = "29.0.1" } -sp-api = { path = "../../../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../../../primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../../../primitives/runtime", default-features = false, version = "32.0.0" } sp-weights = { path = "../../../../primitives/weights", default-features = false, version = "28.0.0" } diff --git a/substrate/frame/try-runtime/Cargo.toml b/substrate/frame/try-runtime/Cargo.toml index 39ad0d05e085..cb6701aa5df3 100644 --- a/substrate/frame/try-runtime/Cargo.toml +++ b/substrate/frame/try-runtime/Cargo.toml @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "29.0.2" } -sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/whitelist/Cargo.toml b/substrate/frame/whitelist/Cargo.toml index 3438fc403b12..a9dda5890524 100644 --- a/substrate/frame/whitelist/Cargo.toml +++ b/substrate/frame/whitelist/Cargo.toml @@ -20,7 +20,7 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "29.0.0" } frame-support = { path = "../support", default-features = false, version = "29.0.2" } frame-system = { path = "../system", default-features = false, version = "29.0.0" } -sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/primitives/api/Cargo.toml b/substrate/primitives/api/Cargo.toml index 79603a4295e6..356d9e37b441 100644 --- a/substrate/primitives/api/Cargo.toml +++ b/substrate/primitives/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-api" -version = "27.0.0" +version = "27.0.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } -sp-api-proc-macro = { path = "proc-macro", default-features = false, version = "15.0.0" } +sp-api-proc-macro = { path = "proc-macro", default-features = false, version = "15.0.1" } sp-core = { path = "../core", default-features = false, version = "29.0.0" } sp-std = { path = "../std", default-features = false, version = "14.0.0" } sp-runtime = { path = "../runtime", default-features = false, version = "32.0.0" } diff --git a/substrate/primitives/api/proc-macro/Cargo.toml b/substrate/primitives/api/proc-macro/Cargo.toml index 89dfda856897..5ec14533d547 100644 --- a/substrate/primitives/api/proc-macro/Cargo.toml +++ b/substrate/primitives/api/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-api-proc-macro" -version = "15.0.0" +version = "15.0.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/primitives/api/test/Cargo.toml b/substrate/primitives/api/test/Cargo.toml index 82cf6ccf78fc..1072c7456860 100644 --- a/substrate/primitives/api/test/Cargo.toml +++ b/substrate/primitives/api/test/Cargo.toml @@ -16,7 +16,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "27.0.0", path = ".." } +sp-api = { version = "27.0.1", path = ".." } substrate-test-runtime-client = { version = "0.1.0", path = "../../../test-utils/runtime/client" } sp-version = { version = "30.0.0", path = "../../version" } sp-tracing = { version = "16.0.0", path = "../../tracing" } diff --git a/substrate/primitives/application-crypto/test/Cargo.toml b/substrate/primitives/application-crypto/test/Cargo.toml index 64bb8e5cb672..207da3bb469f 100644 --- a/substrate/primitives/application-crypto/test/Cargo.toml +++ b/substrate/primitives/application-crypto/test/Cargo.toml @@ -16,7 +16,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "27.0.0", path = "../../api" } +sp-api = { version = "27.0.1", path = "../../api" } sp-application-crypto = { version = "31.0.0", path = ".." } sp-core = { path = "../../core", default-features = false, version = "29.0.0" } sp-keystore = { path = "../../keystore", default-features = false, version = "0.35.0" } diff --git a/substrate/primitives/authority-discovery/Cargo.toml b/substrate/primitives/authority-discovery/Cargo.toml index 16bee86a3d41..3f2a6b5eaf67 100644 --- a/substrate/primitives/authority-discovery/Cargo.toml +++ b/substrate/primitives/authority-discovery/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-api = { path = "../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../api", default-features = false, version = "27.0.1" } sp-application-crypto = { path = "../application-crypto", default-features = false, version = "31.0.0" } sp-runtime = { path = "../runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../std", default-features = false, version = "14.0.0" } diff --git a/substrate/primitives/block-builder/Cargo.toml b/substrate/primitives/block-builder/Cargo.toml index 5e2ebb6a6621..e997a5a818a0 100644 --- a/substrate/primitives/block-builder/Cargo.toml +++ b/substrate/primitives/block-builder/Cargo.toml @@ -16,7 +16,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = "../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../api", default-features = false, version = "27.0.1" } sp-inherents = { path = "../inherents", default-features = false, version = "27.0.0" } sp-runtime = { path = "../runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../std", default-features = false, version = "14.0.0" } diff --git a/substrate/primitives/blockchain/Cargo.toml b/substrate/primitives/blockchain/Cargo.toml index 0478347f533b..e2dc62803faf 100644 --- a/substrate/primitives/blockchain/Cargo.toml +++ b/substrate/primitives/blockchain/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.17" parking_lot = "0.12.1" schnellru = "0.2.1" thiserror = "1.0.48" -sp-api = { version = "27.0.0", path = "../api" } +sp-api = { version = "27.0.1", path = "../api" } sp-consensus = { version = "0.33.0", path = "../consensus/common" } sp-database = { version = "10.0.0", path = "../database" } sp-runtime = { version = "32.0.0", path = "../runtime" } diff --git a/substrate/primitives/consensus/aura/Cargo.toml b/substrate/primitives/consensus/aura/Cargo.toml index d6341954d440..172fd19a30c7 100644 --- a/substrate/primitives/consensus/aura/Cargo.toml +++ b/substrate/primitives/consensus/aura/Cargo.toml @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] async-trait = { version = "0.1.74", optional = true } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-api = { path = "../../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../api", default-features = false, version = "27.0.1" } sp-application-crypto = { path = "../../application-crypto", default-features = false, version = "31.0.0" } sp-consensus-slots = { path = "../slots", default-features = false, version = "0.33.0" } sp-inherents = { path = "../../inherents", default-features = false, version = "27.0.0" } diff --git a/substrate/primitives/consensus/babe/Cargo.toml b/substrate/primitives/consensus/babe/Cargo.toml index 6b8d963c9399..25b9bb5ac73f 100644 --- a/substrate/primitives/consensus/babe/Cargo.toml +++ b/substrate/primitives/consensus/babe/Cargo.toml @@ -20,7 +20,7 @@ async-trait = { version = "0.1.74", optional = true } codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"], optional = true } -sp-api = { path = "../../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../api", default-features = false, version = "27.0.1" } sp-application-crypto = { path = "../../application-crypto", default-features = false, version = "31.0.0" } sp-consensus-slots = { path = "../slots", default-features = false, version = "0.33.0" } sp-core = { path = "../../core", default-features = false, version = "29.0.0" } diff --git a/substrate/primitives/consensus/beefy/Cargo.toml b/substrate/primitives/consensus/beefy/Cargo.toml index 105d21b59264..7325b535e574 100644 --- a/substrate/primitives/consensus/beefy/Cargo.toml +++ b/substrate/primitives/consensus/beefy/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.195", default-features = false, optional = true, features = ["alloc", "derive"] } -sp-api = { path = "../../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../api", default-features = false, version = "27.0.1" } sp-application-crypto = { path = "../../application-crypto", default-features = false, version = "31.0.0" } sp-core = { path = "../../core", default-features = false, version = "29.0.0" } sp-crypto-hashing = { path = "../../crypto/hashing", default-features = false, version = "0.1.0" } diff --git a/substrate/primitives/consensus/grandpa/Cargo.toml b/substrate/primitives/consensus/grandpa/Cargo.toml index b94406a61336..bdeb42523ff9 100644 --- a/substrate/primitives/consensus/grandpa/Cargo.toml +++ b/substrate/primitives/consensus/grandpa/Cargo.toml @@ -22,7 +22,7 @@ grandpa = { package = "finality-grandpa", version = "0.16.2", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.195", features = ["alloc", "derive"], default-features = false, optional = true } -sp-api = { path = "../../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../api", default-features = false, version = "27.0.1" } sp-application-crypto = { path = "../../application-crypto", default-features = false, version = "31.0.0" } sp-core = { path = "../../core", default-features = false, version = "29.0.0" } sp-keystore = { path = "../../keystore", default-features = false, optional = true, version = "0.35.0" } diff --git a/substrate/primitives/consensus/pow/Cargo.toml b/substrate/primitives/consensus/pow/Cargo.toml index 5866b4963bba..07243fa2b066 100644 --- a/substrate/primitives/consensus/pow/Cargo.toml +++ b/substrate/primitives/consensus/pow/Cargo.toml @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } -sp-api = { path = "../../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../api", default-features = false, version = "27.0.1" } sp-core = { path = "../../core", default-features = false, version = "29.0.0" } sp-runtime = { path = "../../runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../std", default-features = false, version = "14.0.0" } diff --git a/substrate/primitives/genesis-builder/Cargo.toml b/substrate/primitives/genesis-builder/Cargo.toml index 368350efa4e1..72fa760ac2f2 100644 --- a/substrate/primitives/genesis-builder/Cargo.toml +++ b/substrate/primitives/genesis-builder/Cargo.toml @@ -16,7 +16,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = "../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../std", default-features = false, version = "14.0.0" } serde_json = { version = "1.0.111", default-features = false, features = ["alloc", "arbitrary_precision"] } diff --git a/substrate/primitives/merkle-mountain-range/Cargo.toml b/substrate/primitives/merkle-mountain-range/Cargo.toml index 6cdcf7be13e8..2d58b8e7f9d9 100644 --- a/substrate/primitives/merkle-mountain-range/Cargo.toml +++ b/substrate/primitives/merkle-mountain-range/Cargo.toml @@ -20,7 +20,7 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive log = { version = "0.4.17", default-features = false } mmr-lib = { package = "ckb-merkle-mountain-range", version = "0.5.2", default-features = false } serde = { version = "1.0.195", features = ["alloc", "derive"], default-features = false, optional = true } -sp-api = { path = "../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../api", default-features = false, version = "27.0.1" } sp-core = { path = "../core", default-features = false, version = "29.0.0" } sp-debug-derive = { path = "../debug-derive", default-features = false, version = "14.0.0" } sp-runtime = { path = "../runtime", default-features = false, version = "32.0.0" } diff --git a/substrate/primitives/mixnet/Cargo.toml b/substrate/primitives/mixnet/Cargo.toml index d8d5e3b7f6ac..7be2c8f6ba8b 100644 --- a/substrate/primitives/mixnet/Cargo.toml +++ b/substrate/primitives/mixnet/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-api = { default-features = false, path = "../api", version = "27.0.0" } +sp-api = { default-features = false, path = "../api", version = "27.0.1" } sp-application-crypto = { default-features = false, path = "../application-crypto", version = "31.0.0" } sp-std = { default-features = false, path = "../std", version = "14.0.0" } diff --git a/substrate/primitives/offchain/Cargo.toml b/substrate/primitives/offchain/Cargo.toml index 9222e272185a..4be1e89a8495 100644 --- a/substrate/primitives/offchain/Cargo.toml +++ b/substrate/primitives/offchain/Cargo.toml @@ -16,7 +16,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = "../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../api", default-features = false, version = "27.0.1" } sp-core = { path = "../core", default-features = false, version = "29.0.0" } sp-runtime = { path = "../runtime", default-features = false, version = "32.0.0" } diff --git a/substrate/primitives/session/Cargo.toml b/substrate/primitives/session/Cargo.toml index bfd44b5047fb..a8bee603cc03 100644 --- a/substrate/primitives/session/Cargo.toml +++ b/substrate/primitives/session/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-api = { path = "../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../api", default-features = false, version = "27.0.1" } sp-core = { path = "../core", default-features = false, version = "29.0.0" } sp-runtime = { path = "../runtime", optional = true, version = "32.0.0" } sp-staking = { path = "../staking", default-features = false, version = "27.0.0" } diff --git a/substrate/primitives/statement-store/Cargo.toml b/substrate/primitives/statement-store/Cargo.toml index e539b8fb8b2f..917d2952eaf4 100644 --- a/substrate/primitives/statement-store/Cargo.toml +++ b/substrate/primitives/statement-store/Cargo.toml @@ -22,7 +22,7 @@ sp-core = { path = "../core", default-features = false, version = "29.0.0" } sp-crypto-hashing = { path = "../crypto/hashing", default-features = false, version = "0.1.0" } sp-runtime = { path = "../runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../std", default-features = false, version = "14.0.0" } -sp-api = { path = "../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../api", default-features = false, version = "27.0.1" } sp-application-crypto = { path = "../application-crypto", default-features = false, version = "31.0.0" } sp-runtime-interface = { path = "../runtime-interface", default-features = false, version = "25.0.0" } sp-externalities = { path = "../externalities", default-features = false, version = "0.26.0" } diff --git a/substrate/primitives/transaction-pool/Cargo.toml b/substrate/primitives/transaction-pool/Cargo.toml index 45b260db7ff4..e2e5666543b5 100644 --- a/substrate/primitives/transaction-pool/Cargo.toml +++ b/substrate/primitives/transaction-pool/Cargo.toml @@ -17,7 +17,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = "../api", default-features = false, version = "27.0.0" } +sp-api = { path = "../api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../runtime", default-features = false, version = "32.0.0" } [features] diff --git a/substrate/test-utils/runtime/Cargo.toml b/substrate/test-utils/runtime/Cargo.toml index 268e97a503fb..3f8de7d33e8b 100644 --- a/substrate/test-utils/runtime/Cargo.toml +++ b/substrate/test-utils/runtime/Cargo.toml @@ -34,7 +34,7 @@ sp-io = { path = "../../primitives/io", default-features = false, version = "31. frame-support = { path = "../../frame/support", default-features = false, version = "29.0.2" } sp-version = { path = "../../primitives/version", default-features = false, version = "30.0.0" } sp-session = { path = "../../primitives/session", default-features = false, version = "28.0.0" } -sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "27.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "32.0.0" } pallet-babe = { path = "../../frame/babe", default-features = false, version = "29.0.0" } pallet-balances = { path = "../../frame/balances", default-features = false, version = "29.0.2" } diff --git a/substrate/test-utils/runtime/client/Cargo.toml b/substrate/test-utils/runtime/client/Cargo.toml index 72fb58b8d260..fbb260472be1 100644 --- a/substrate/test-utils/runtime/client/Cargo.toml +++ b/substrate/test-utils/runtime/client/Cargo.toml @@ -20,7 +20,7 @@ futures = "0.3.21" sc-block-builder = { version = "0.34.0", path = "../../../client/block-builder" } sc-client-api = { version = "29.0.0", path = "../../../client/api" } sc-consensus = { version = "0.34.0", path = "../../../client/consensus/common" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-consensus = { version = "0.33.0", path = "../../../primitives/consensus/common" } sp-core = { version = "29.0.0", path = "../../../primitives/core" } diff --git a/substrate/utils/frame/benchmarking-cli/Cargo.toml b/substrate/utils/frame/benchmarking-cli/Cargo.toml index ce971f1d473d..7b6174ffcf36 100644 --- a/substrate/utils/frame/benchmarking-cli/Cargo.toml +++ b/substrate/utils/frame/benchmarking-cli/Cargo.toml @@ -43,7 +43,7 @@ sc-client-db = { path = "../../../client/db", default-features = false, version sc-executor = { version = "0.33.0", path = "../../../client/executor" } sc-service = { path = "../../../client/service", default-features = false, version = "0.36.0" } sc-sysinfo = { version = "28.0.0", path = "../../../client/sysinfo" } -sp-api = { version = "27.0.0", path = "../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../primitives/api" } sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../../primitives/core" } sp-database = { version = "10.0.0", path = "../../../primitives/database" } diff --git a/substrate/utils/frame/rpc/system/Cargo.toml b/substrate/utils/frame/rpc/system/Cargo.toml index f550f48881b2..0e16679619f5 100644 --- a/substrate/utils/frame/rpc/system/Cargo.toml +++ b/substrate/utils/frame/rpc/system/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.17" frame-system-rpc-runtime-api = { version = "27.0.0", path = "../../../../frame/system/rpc/runtime-api" } sc-rpc-api = { version = "0.34.0", path = "../../../../client/rpc-api" } sc-transaction-pool-api = { version = "29.0.0", path = "../../../../client/transaction-pool/api" } -sp-api = { version = "27.0.0", path = "../../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../../primitives/api" } sp-block-builder = { version = "27.0.0", path = "../../../../primitives/block-builder" } sp-blockchain = { version = "29.0.0", path = "../../../../primitives/blockchain" } sp-core = { version = "29.0.0", path = "../../../../primitives/core" } diff --git a/substrate/utils/frame/try-runtime/cli/Cargo.toml b/substrate/utils/frame/try-runtime/cli/Cargo.toml index 1914c35f3612..ac402507f730 100644 --- a/substrate/utils/frame/try-runtime/cli/Cargo.toml +++ b/substrate/utils/frame/try-runtime/cli/Cargo.toml @@ -32,7 +32,7 @@ sp-timestamp = { version = "27.0.0", path = "../../../../primitives/timestamp" } sp-transaction-storage-proof = { version = "27.0.0", path = "../../../../primitives/transaction-storage-proof" } sp-version = { version = "30.0.0", path = "../../../../primitives/version" } sp-debug-derive = { version = "14.0.0", path = "../../../../primitives/debug-derive" } -sp-api = { version = "27.0.0", path = "../../../../primitives/api" } +sp-api = { version = "27.0.1", path = "../../../../primitives/api" } sp-weights = { version = "28.0.0", path = "../../../../primitives/weights" } frame-try-runtime = { path = "../../../../frame/try-runtime", optional = true, version = "0.35.0" } substrate-rpc-client = { version = "0.34.0", path = "../../rpc/client" }