diff --git a/Cargo.lock b/Cargo.lock index a0e0b3b6651d..f2c3ef2698be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5847,7 +5847,7 @@ dependencies = [ [[package]] name = "frame-system" -version = "34.0.0" +version = "34.0.1" dependencies = [ "cfg-if", "criterion", diff --git a/Plan.toml b/Plan.toml index c286f610dd85..8bc5dc27ff01 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.5.1 -# command: parity-publish -C ../polkadot-sdk plan --new --since release-polkadot-v1.11.0 -d polkadot v1.12.0 +# command: parity-publish plan --patch - [options] description = "polkadot v1.12.0" @@ -884,10 +884,10 @@ reason = "changed" [[crate]] name = "frame-system" -from = "33.0.0" -to = "34.0.0" -bump = "major" -reason = "changed" +from = "34.0.0" +to = "34.0.1" +bump = "minor" +reason = "bumped by --patch" [[crate]] name = "frame-try-runtime" diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index b0eb77fdea8b..d4b28d389a12 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -36,7 +36,7 @@ pallet-bridge-relayers = { path = "../../modules/relayers", default-features = f # Substrate dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "34.0.0" } pallet-utility = { path = "../../../substrate/frame/utility", default-features = false, version = "34.0.0" } sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "32.0.0" } diff --git a/bridges/chains/chain-bridge-hub-cumulus/Cargo.toml b/bridges/chains/chain-bridge-hub-cumulus/Cargo.toml index 7680e734153f..bc8dc6065cf4 100644 --- a/bridges/chains/chain-bridge-hub-cumulus/Cargo.toml +++ b/bridges/chains/chain-bridge-hub-cumulus/Cargo.toml @@ -19,7 +19,7 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false, vers # Substrate Based Dependencies -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/chains/chain-polkadot-bulletin/Cargo.toml b/bridges/chains/chain-polkadot-bulletin/Cargo.toml index 7f06111a13fc..097d0a5af6ea 100644 --- a/bridges/chains/chain-polkadot-bulletin/Cargo.toml +++ b/bridges/chains/chain-polkadot-bulletin/Cargo.toml @@ -24,7 +24,7 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false, vers # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "32.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/modules/beefy/Cargo.toml b/bridges/modules/beefy/Cargo.toml index 41d2014c66b9..8a8e728d61de 100644 --- a/bridges/modules/beefy/Cargo.toml +++ b/bridges/modules/beefy/Cargo.toml @@ -25,7 +25,7 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false, vers # Substrate Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/modules/grandpa/Cargo.toml b/bridges/modules/grandpa/Cargo.toml index 237c29c7939b..9f26e1890c38 100644 --- a/bridges/modules/grandpa/Cargo.toml +++ b/bridges/modules/grandpa/Cargo.toml @@ -26,7 +26,7 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f # Substrate Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "19.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/modules/messages/Cargo.toml b/bridges/modules/messages/Cargo.toml index 511137048d0f..807b393e6b46 100644 --- a/bridges/modules/messages/Cargo.toml +++ b/bridges/modules/messages/Cargo.toml @@ -25,7 +25,7 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false, vers frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/modules/parachains/Cargo.toml b/bridges/modules/parachains/Cargo.toml index 7ba19c901117..1867e44c7876 100644 --- a/bridges/modules/parachains/Cargo.toml +++ b/bridges/modules/parachains/Cargo.toml @@ -27,7 +27,7 @@ pallet-bridge-grandpa = { path = "../grandpa", default-features = false, version frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.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 = "35.0.0" } diff --git a/bridges/modules/relayers/Cargo.toml b/bridges/modules/relayers/Cargo.toml index f7787a1fd9a0..3f327f57d140 100644 --- a/bridges/modules/relayers/Cargo.toml +++ b/bridges/modules/relayers/Cargo.toml @@ -26,7 +26,7 @@ pallet-bridge-messages = { path = "../messages", default-features = false, versi frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/modules/xcm-bridge-hub-router/Cargo.toml b/bridges/modules/xcm-bridge-hub-router/Cargo.toml index ef48e27c7914..bfe95e210ce7 100644 --- a/bridges/modules/xcm-bridge-hub-router/Cargo.toml +++ b/bridges/modules/xcm-bridge-hub-router/Cargo.toml @@ -23,7 +23,7 @@ bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", de frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/modules/xcm-bridge-hub/Cargo.toml b/bridges/modules/xcm-bridge-hub/Cargo.toml index 2dc510bfaaaf..f147dad3d1f0 100644 --- a/bridges/modules/xcm-bridge-hub/Cargo.toml +++ b/bridges/modules/xcm-bridge-hub/Cargo.toml @@ -24,7 +24,7 @@ bridge-runtime-common = { path = "../../bin/runtime-common", default-features = # Substrate Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/primitives/polkadot-core/Cargo.toml b/bridges/primitives/polkadot-core/Cargo.toml index 9c9465010d78..1f56022ba0a2 100644 --- a/bridges/primitives/polkadot-core/Cargo.toml +++ b/bridges/primitives/polkadot-core/Cargo.toml @@ -24,7 +24,7 @@ bp-runtime = { path = "../runtime", default-features = false, version = "0.13.0" # Substrate Based Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/primitives/runtime/Cargo.toml b/bridges/primitives/runtime/Cargo.toml index 201855dde2a1..53b9ed3e5c0c 100644 --- a/bridges/primitives/runtime/Cargo.toml +++ b/bridges/primitives/runtime/Cargo.toml @@ -22,7 +22,7 @@ serde = { features = ["alloc", "derive"], workspace = true } # Substrate Dependencies frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "37.0.0" } diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index 44643959d125..471d69c8bb21 100644 --- a/bridges/relays/client-substrate/Cargo.toml +++ b/bridges/relays/client-substrate/Cargo.toml @@ -31,7 +31,7 @@ pallet-bridge-messages = { version = "0.13.0", path = "../../modules/messages" } finality-relay = { version = "0.1.0", path = "../finality" } relay-utils = { version = "0.1.0", path = "../utils" } frame-support = { version = "34.0.0", path = "../../../substrate/frame/support" } -frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" } pallet-balances = { version = "35.0.0", path = "../../../substrate/frame/balances" } pallet-transaction-payment = { version = "34.0.0", path = "../../../substrate/frame/transaction-payment" } pallet-transaction-payment-rpc-runtime-api = { version = "34.0.0", path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" } diff --git a/bridges/relays/lib-substrate-relay/Cargo.toml b/bridges/relays/lib-substrate-relay/Cargo.toml index a679dc14abe4..d1c3ff2e2304 100644 --- a/bridges/relays/lib-substrate-relay/Cargo.toml +++ b/bridges/relays/lib-substrate-relay/Cargo.toml @@ -42,7 +42,7 @@ pallet-bridge-parachains = { version = "0.13.0", path = "../../modules/parachain bp-runtime = { version = "0.13.0", path = "../../primitives/runtime" } bp-messages = { version = "0.13.0", path = "../../primitives/messages" } frame-support = { version = "34.0.0", path = "../../../substrate/frame/support" } -frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" } pallet-balances = { version = "35.0.0", path = "../../../substrate/frame/balances" } pallet-grandpa = { version = "34.0.0", path = "../../../substrate/frame/grandpa" } sp-core = { version = "33.0.1", path = "../../../substrate/primitives/core" } diff --git a/bridges/snowbridge/pallets/ethereum-client/Cargo.toml b/bridges/snowbridge/pallets/ethereum-client/Cargo.toml index 3d927025e872..a7c14e9e1f7e 100644 --- a/bridges/snowbridge/pallets/ethereum-client/Cargo.toml +++ b/bridges/snowbridge/pallets/ethereum-client/Cargo.toml @@ -24,7 +24,7 @@ log = { workspace = true } frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.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 = "37.0.0" } diff --git a/bridges/snowbridge/pallets/inbound-queue/Cargo.toml b/bridges/snowbridge/pallets/inbound-queue/Cargo.toml index 4ac7bf547240..d648865895a1 100644 --- a/bridges/snowbridge/pallets/inbound-queue/Cargo.toml +++ b/bridges/snowbridge/pallets/inbound-queue/Cargo.toml @@ -25,7 +25,7 @@ alloy-sol-types = { version = "0.4.2", default-features = false } frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "35.0.0" } sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/bridges/snowbridge/pallets/outbound-queue/Cargo.toml b/bridges/snowbridge/pallets/outbound-queue/Cargo.toml index 287933d686f8..aebb0b3d1e38 100644 --- a/bridges/snowbridge/pallets/outbound-queue/Cargo.toml +++ b/bridges/snowbridge/pallets/outbound-queue/Cargo.toml @@ -21,7 +21,7 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.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 = "37.0.0" } diff --git a/bridges/snowbridge/pallets/system/Cargo.toml b/bridges/snowbridge/pallets/system/Cargo.toml index 36a0e61eb4fd..28d1a128bf3c 100644 --- a/bridges/snowbridge/pallets/system/Cargo.toml +++ b/bridges/snowbridge/pallets/system/Cargo.toml @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } log = { workspace = true } sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.0.1" } diff --git a/bridges/snowbridge/primitives/core/Cargo.toml b/bridges/snowbridge/primitives/core/Cargo.toml index 801888ca15c8..6d8ca82537f7 100644 --- a/bridges/snowbridge/primitives/core/Cargo.toml +++ b/bridges/snowbridge/primitives/core/Cargo.toml @@ -22,7 +22,7 @@ xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-feat xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder", default-features = false, version = "13.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "36.0.0" } diff --git a/bridges/snowbridge/runtime/test-common/Cargo.toml b/bridges/snowbridge/runtime/test-common/Cargo.toml index 8a6c08f6bf22..d49231629a88 100644 --- a/bridges/snowbridge/runtime/test-common/Cargo.toml +++ b/bridges/snowbridge/runtime/test-common/Cargo.toml @@ -15,7 +15,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = # Substrate frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "35.0.0" } pallet-session = { path = "../../../../substrate/frame/session", default-features = false, version = "34.0.0" } pallet-message-queue = { path = "../../../../substrate/frame/message-queue", default-features = false, version = "37.0.0" } diff --git a/cumulus/pallets/aura-ext/Cargo.toml b/cumulus/pallets/aura-ext/Cargo.toml index 78f4a4ceacdd..e844dd1a2c9a 100644 --- a/cumulus/pallets/aura-ext/Cargo.toml +++ b/cumulus/pallets/aura-ext/Cargo.toml @@ -15,7 +15,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Substrate frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-aura = { path = "../../../substrate/frame/aura", default-features = false, version = "33.0.0" } pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "33.0.0" } sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, version = "36.0.0" } diff --git a/cumulus/pallets/collator-selection/Cargo.toml b/cumulus/pallets/collator-selection/Cargo.toml index c60b950d0cd1..06444d7c41ff 100644 --- a/cumulus/pallets/collator-selection/Cargo.toml +++ b/cumulus/pallets/collator-selection/Cargo.toml @@ -25,7 +25,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false, sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, version = "32.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "34.0.0" } pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "35.0.0" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "34.0.0" } diff --git a/cumulus/pallets/dmp-queue/Cargo.toml b/cumulus/pallets/dmp-queue/Cargo.toml index 75152436b341..e5c0d833b1a0 100644 --- a/cumulus/pallets/dmp-queue/Cargo.toml +++ b/cumulus/pallets/dmp-queue/Cargo.toml @@ -20,7 +20,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.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 = "37.0.0" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "36.0.0" } diff --git a/cumulus/pallets/parachain-system/Cargo.toml b/cumulus/pallets/parachain-system/Cargo.toml index b0d52986eda4..a13c4719032f 100644 --- a/cumulus/pallets/parachain-system/Cargo.toml +++ b/cumulus/pallets/parachain-system/Cargo.toml @@ -21,7 +21,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Substrate frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "37.0.0" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-externalities = { path = "../../../substrate/primitives/externalities", default-features = false, version = "0.28.0" } diff --git a/cumulus/pallets/session-benchmarking/Cargo.toml b/cumulus/pallets/session-benchmarking/Cargo.toml index cd893dbc3e91..e9b7bb55a4ab 100644 --- a/cumulus/pallets/session-benchmarking/Cargo.toml +++ b/cumulus/pallets/session-benchmarking/Cargo.toml @@ -20,7 +20,7 @@ parity-scale-codec = { version = "3.6.4", default-features = false } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "34.0.0" } diff --git a/cumulus/pallets/solo-to-para/Cargo.toml b/cumulus/pallets/solo-to-para/Cargo.toml index 3c2261f76895..a0c06ce72ab9 100644 --- a/cumulus/pallets/solo-to-para/Cargo.toml +++ b/cumulus/pallets/solo-to-para/Cargo.toml @@ -15,7 +15,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Substrate frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "34.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/cumulus/pallets/xcm/Cargo.toml b/cumulus/pallets/xcm/Cargo.toml index 9be82c57326d..06951b6c884b 100644 --- a/cumulus/pallets/xcm/Cargo.toml +++ b/cumulus/pallets/xcm/Cargo.toml @@ -17,7 +17,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false, sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "13.0.1" } diff --git a/cumulus/pallets/xcmp-queue/Cargo.toml b/cumulus/pallets/xcmp-queue/Cargo.toml index 6a11a64e6420..c0d2c9933060 100644 --- a/cumulus/pallets/xcmp-queue/Cargo.toml +++ b/cumulus/pallets/xcmp-queue/Cargo.toml @@ -16,7 +16,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Substrate frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "36.0.0" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/cumulus/parachains/common/Cargo.toml b/cumulus/parachains/common/Cargo.toml index ce667e1b9a13..0cc2853d8201 100644 --- a/cumulus/parachains/common/Cargo.toml +++ b/cumulus/parachains/common/Cargo.toml @@ -19,7 +19,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Substrate frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-asset-tx-payment = { path = "../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false, version = "34.0.0" } pallet-assets = { path = "../../../substrate/frame/assets", default-features = false, version = "35.0.0" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "34.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml index d4af9d03ddf3..8d1d9b36ab50 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml @@ -19,7 +19,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau sp-keyring = { path = "../../../../../../../substrate/primitives/keyring", default-features = false, version = "37.0.0" } sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false, version = "33.0.1" } frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "35.0.0" } pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "35.0.0" } pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "16.0.0" } diff --git a/cumulus/parachains/pallets/collective-content/Cargo.toml b/cumulus/parachains/pallets/collective-content/Cargo.toml index 098e16399b1c..fa80ad153149 100644 --- a/cumulus/parachains/pallets/collective-content/Cargo.toml +++ b/cumulus/parachains/pallets/collective-content/Cargo.toml @@ -15,7 +15,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/cumulus/parachains/pallets/parachain-info/Cargo.toml b/cumulus/parachains/pallets/parachain-info/Cargo.toml index ae78b7814875..db07f4dd7a68 100644 --- a/cumulus/parachains/pallets/parachain-info/Cargo.toml +++ b/cumulus/parachains/pallets/parachain-info/Cargo.toml @@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/cumulus/parachains/pallets/ping/Cargo.toml b/cumulus/parachains/pallets/ping/Cargo.toml index 8e8917537a81..4a12af520ea3 100644 --- a/cumulus/parachains/pallets/ping/Cargo.toml +++ b/cumulus/parachains/pallets/ping/Cargo.toml @@ -16,7 +16,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "13.0.1" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index f2fb1c16e682..6d7ca5589d62 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -19,7 +19,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index 91c26798d828..389a1966782b 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -19,7 +19,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index 2a0f52999562..4d991ac44c39 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = # Substrate frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "35.0.0" } pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "35.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "33.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 cce2daa82e1d..1ce009b8b9df 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -28,7 +28,7 @@ tuplex = { version = "0.1", default-features = false } frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.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 3e30d62c1e71..fd40a50b5c29 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml @@ -24,7 +24,7 @@ tuplex = { version = "0.1", default-features = false } frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml index eb423097303f..387921f9e06f 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml @@ -16,7 +16,7 @@ log = { workspace = true } # Substrate frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "36.0.0" } sp-keyring = { version = "37.0.0", path = "../../../../../substrate/primitives/keyring" } diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index 031fb3cc228b..50112080d00d 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml @@ -19,7 +19,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index bb30e3717d14..e34563e984ff 100644 --- a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -39,7 +39,7 @@ frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", def frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "33.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index 66fc2a2f6ba5..9642394917e9 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml @@ -23,7 +23,7 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml index 3ea306b6cadc..6e5a76f8283a 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml @@ -23,7 +23,7 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml b/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml index 244e36bacaa0..41b1d8a21e3a 100644 --- a/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml @@ -17,7 +17,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index fdf326d1f4cd..7e8f6a22333d 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml @@ -21,7 +21,7 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index c8cdbf5c1552..fffa13b50f16 100644 --- a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml @@ -21,7 +21,7 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml index 9175d448244f..b17c366e66cb 100644 --- a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml @@ -16,7 +16,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Substrate frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "33.0.0" } pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "35.0.0" } pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "34.0.0" } diff --git a/cumulus/parachains/runtimes/starters/shell/Cargo.toml b/cumulus/parachains/runtimes/starters/shell/Cargo.toml index 230cfcffacfe..44eda1e3aa34 100644 --- a/cumulus/parachains/runtimes/starters/shell/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/shell/Cargo.toml @@ -16,7 +16,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Substrate frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "33.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "33.0.0" } diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index bd20de1d3a69..39771847b20c 100644 --- a/cumulus/parachains/runtimes/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/test-utils/Cargo.toml @@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = # Substrate frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "35.0.0" } pallet-session = { path = "../../../../substrate/frame/session", default-features = false, version = "34.0.0" } pallet-timestamp = { path = "../../../../substrate/frame/timestamp", default-features = false, version = "33.0.0" } diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index 41c31e56130b..ffd92e82eac8 100644 --- a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml @@ -28,7 +28,7 @@ smallvec = "1.11.0" frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml index 07d511dfaf6a..cdeff6211130 100644 --- a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -17,7 +17,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "35.0.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "33.0.0" } diff --git a/cumulus/primitives/storage-weight-reclaim/Cargo.toml b/cumulus/primitives/storage-weight-reclaim/Cargo.toml index 4ae6637d1aa3..5aec4e88b6cb 100644 --- a/cumulus/primitives/storage-weight-reclaim/Cargo.toml +++ b/cumulus/primitives/storage-weight-reclaim/Cargo.toml @@ -15,7 +15,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } diff --git a/cumulus/test/client/Cargo.toml b/cumulus/test/client/Cargo.toml index 7a1d7755c82a..6691e6037839 100644 --- a/cumulus/test/client/Cargo.toml +++ b/cumulus/test/client/Cargo.toml @@ -29,7 +29,7 @@ sp-blockchain = { version = "34.0.0", path = "../../../substrate/primitives/bloc sp-inherents = { version = "32.0.0", path = "../../../substrate/primitives/inherents" } sp-io = { version = "36.0.0", path = "../../../substrate/primitives/io" } sp-timestamp = { version = "32.0.0", path = "../../../substrate/primitives/timestamp" } -frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" } pallet-transaction-payment = { version = "34.0.0", path = "../../../substrate/frame/transaction-payment" } pallet-balances = { version = "35.0.0", path = "../../../substrate/frame/balances" } polkadot-primitives = { version = "13.0.0", path = "../../../polkadot/primitives" } diff --git a/cumulus/test/runtime/Cargo.toml b/cumulus/test/runtime/Cargo.toml index 8d8e73371937..75f192484b96 100644 --- a/cumulus/test/runtime/Cargo.toml +++ b/cumulus/test/runtime/Cargo.toml @@ -16,7 +16,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Substrate frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "35.0.0" } pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "37.0.0" } diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml index 68e9f099361b..1c01b4bfa491 100644 --- a/cumulus/test/service/Cargo.toml +++ b/cumulus/test/service/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1.32.0", features = ["macros"] } tracing = "0.1.37" url = "2.4.0" tempfile = "3.8.0" -frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" } frame-system-rpc-runtime-api = { version = "32.0.0", path = "../../../substrate/frame/system/rpc/runtime-api" } pallet-transaction-payment = { version = "34.0.0", path = "../../../substrate/frame/transaction-payment" } sc-basic-authorship = { version = "0.40.0", path = "../../../substrate/client/basic-authorship" } diff --git a/cumulus/xcm/xcm-emulator/Cargo.toml b/cumulus/xcm/xcm-emulator/Cargo.toml index e4ce079c484f..f04784dee368 100644 --- a/cumulus/xcm/xcm-emulator/Cargo.toml +++ b/cumulus/xcm/xcm-emulator/Cargo.toml @@ -16,7 +16,7 @@ log = { workspace = true } lazy_static = "1.4.0" impl-trait-for-tuples = "0.2.2" frame-support = { version = "34.0.0", path = "../../../substrate/frame/support" } -frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" } sp-io = { version = "36.0.0", path = "../../../substrate/primitives/io" } sp-core = { version = "33.0.1", path = "../../../substrate/primitives/core" } sp-crypto-hashing = { version = "0.1.0", path = "../../../substrate/primitives/crypto/hashing" } diff --git a/docs/sdk/Cargo.toml b/docs/sdk/Cargo.toml index d0f3b769c92c..b5deccb538f8 100644 --- a/docs/sdk/Cargo.toml +++ b/docs/sdk/Cargo.toml @@ -31,7 +31,7 @@ node-cli = { package = "staging-node-cli", path = "../../substrate/bin/node/cli" kitchensink-runtime = { version = "0.1.0", path = "../../substrate/bin/node/runtime" } chain-spec-builder = { package = "staging-chain-spec-builder", path = "../../substrate/bin/utils/chain-spec-builder", version = "0.1.0" } subkey = { version = "15.0.0", path = "../../substrate/bin/utils/subkey" } -frame-system = { path = "../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-support = { path = "../../substrate/frame/support", default-features = false, version = "34.0.0" } frame-executive = { path = "../../substrate/frame/executive", default-features = false, version = "34.0.0" } pallet-example-single-block-migrations = { version = "0.1.0", path = "../../substrate/frame/examples/single-block-migrations" } diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index abd9f5dbad2f..3af2fc950ea6 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -62,7 +62,7 @@ sp-version = { version = "35.0.0", path = "../../../substrate/primitives/version pallet-babe = { version = "34.0.0", path = "../../../substrate/frame/babe" } pallet-staking = { version = "34.0.0", path = "../../../substrate/frame/staking" } pallet-transaction-payment-rpc-runtime-api = { version = "34.0.0", path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" } -frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" } frame-system-rpc-runtime-api = { version = "32.0.0", path = "../../../substrate/frame/system/rpc/runtime-api" } prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus", version = "0.17.0" } frame-support = { version = "34.0.0", path = "../../../substrate/frame/support" } diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 01d5e6d28362..2fd36e7306e2 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -34,7 +34,7 @@ sc-authority-discovery = { version = "0.40.0", path = "../../../../substrate/cli babe = { package = "sc-consensus-babe", path = "../../../../substrate/client/consensus/babe", version = "0.40.0" } babe-primitives = { package = "sp-consensus-babe", path = "../../../../substrate/primitives/consensus/babe", version = "0.38.0" } consensus_common = { package = "sp-consensus", path = "../../../../substrate/primitives/consensus/common", version = "0.38.0" } -frame-system = { version = "34.0.0", path = "../../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../../substrate/frame/system" } grandpa = { package = "sc-consensus-grandpa", path = "../../../../substrate/client/consensus/grandpa", version = "0.25.0" } grandpa_primitives = { package = "sp-consensus-grandpa", path = "../../../../substrate/primitives/consensus/grandpa", version = "19.0.0" } inherents = { package = "sp-inherents", path = "../../../../substrate/primitives/inherents", version = "32.0.0" } diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index b61695897949..5c4a3887e470 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -39,7 +39,7 @@ pallet-session = { path = "../../../substrate/frame/session", default-features = frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "34.0.0" } pallet-staking-reward-fn = { path = "../../../substrate/frame/staking/reward-fn", default-features = false, version = "22.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "33.0.0" } pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "34.0.0" } pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "34.0.0" } diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index f6b7d7664dde..afc597297991 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -45,7 +45,7 @@ pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-featur pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "34.0.0" } frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "13.0.1" } xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "13.0.0" } diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index e48ab9b8e987..61b30dfbfb25 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -82,7 +82,7 @@ pallet-society = { path = "../../../substrate/frame/society", default-features = pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["tuples-96"], version = "34.0.0" } pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "33.0.0" } pallet-tips = { path = "../../../substrate/frame/tips", default-features = false, version = "33.0.0" } diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 60bf5d477b8f..d87bf85c96e3 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -50,7 +50,7 @@ pallet-session = { path = "../../../substrate/frame/session", default-features = frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "34.0.0" } pallet-staking-reward-curve = { version = "11.0.0", path = "../../../substrate/frame/staking/reward-curve" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } test-runtime-constants = { package = "test-runtime-constants", path = "constants", default-features = false, version = "0.1.0" } pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "33.0.0" } diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 122d5c270804..5aee9c280dd8 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -46,7 +46,7 @@ sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", def frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false, version = "34.0.0" } frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["experimental", "tuples-96"], version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } westend-runtime-constants = { package = "westend-runtime-constants", path = "constants", default-features = false, version = "13.0.0" } pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false, version = "13.0.0" } diff --git a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml index 3624c0511d1b..1c8a852a8261 100644 --- a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml @@ -15,7 +15,7 @@ westend-runtime = { version = "13.0.0", path = "../../../runtime/westend" } westend-runtime-constants = { version = "13.0.0", path = "../../../runtime/westend/constants" } pallet-bags-list-remote-tests = { version = "0.1.0", path = "../../../../substrate/frame/bags-list/remote-tests" } sp-tracing = { version = "17.0.0", path = "../../../../substrate/primitives/tracing" } -frame-system = { version = "34.0.0", path = "../../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../../substrate/frame/system" } sp-core = { version = "33.0.1", path = "../../../../substrate/primitives/core" } clap = { version = "4.5.3", features = ["derive"] } diff --git a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml index 2659f7bcf6b0..446bcd6d9634 100644 --- a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "36.0.0" } diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 4da03bb5fa99..712c6f5ff968 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -17,7 +17,7 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat log = { workspace = true } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index 3e25948ec0d1..0c028b791e2b 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -21,7 +21,7 @@ sp-io = { path = "../../../substrate/primitives/io", default-features = false, v sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" } sp-weights = { path = "../../../substrate/primitives/weights", default-features = false, version = "31.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "34.0.0" } log = { workspace = true } diff --git a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml index c2c89fb8ba4b..dcfc821e73f1 100644 --- a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml @@ -13,7 +13,7 @@ workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.1" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { version = "34.0.0", path = "../../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../../substrate/frame/system" } futures = "0.3.30" pallet-transaction-payment = { version = "34.0.0", path = "../../../../substrate/frame/transaction-payment" } pallet-xcm = { version = "13.0.0", path = "../../pallet-xcm" } diff --git a/polkadot/xcm/xcm-simulator/example/Cargo.toml b/polkadot/xcm/xcm-simulator/example/Cargo.toml index bb453ae2009a..b02a9afec08a 100644 --- a/polkadot/xcm/xcm-simulator/example/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/example/Cargo.toml @@ -13,7 +13,7 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.1" } scale-info = { version = "2.11.1", features = ["derive"] } log = { workspace = true } -frame-system = { version = "34.0.0", path = "../../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../../substrate/frame/system" } frame-support = { version = "34.0.0", path = "../../../../substrate/frame/support" } pallet-balances = { version = "35.0.0", path = "../../../../substrate/frame/balances" } pallet-message-queue = { version = "37.0.0", path = "../../../../substrate/frame/message-queue" } diff --git a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml index 76ed753033a5..573da67eeee7 100644 --- a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -15,7 +15,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1" } honggfuzz = "0.5.55" arbitrary = "1.3.2" scale-info = { version = "2.11.1", features = ["derive"] } -frame-system = { version = "34.0.0", path = "../../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../../substrate/frame/system" } frame-support = { version = "34.0.0", path = "../../../../substrate/frame/support" } frame-executive = { version = "34.0.0", path = "../../../../substrate/frame/executive" } frame-try-runtime = { version = "0.40.0", path = "../../../../substrate/frame/try-runtime" } diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 41ca0bd7b828..44777927aed4 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -93,7 +93,7 @@ sc-sysinfo = { version = "33.0.0", path = "../../../client/sysinfo" } sc-storage-monitor = { version = "0.21.0", path = "../../../client/storage-monitor" } sc-offchain = { version = "35.0.0", path = "../../../client/offchain" } frame-benchmarking = { version = "34.0.0", path = "../../../frame/benchmarking" } -frame-system = { version = "34.0.0", path = "../../../frame/system" } +frame-system = { version = "34.0.1", path = "../../../frame/system" } frame-system-rpc-runtime-api = { version = "32.0.0", path = "../../../frame/system/rpc/runtime-api" } pallet-assets = { version = "35.0.0", path = "../../../frame/assets" } pallet-asset-conversion-tx-payment = { version = "16.0.0", path = "../../../frame/transaction-payment/asset-conversion-tx-payment" } diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index 7c74f7178b07..641e39c2b2bd 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -59,7 +59,7 @@ frame-executive = { path = "../../../frame/executive", default-features = false, frame-benchmarking = { path = "../../../frame/benchmarking", default-features = false, version = "34.0.0" } frame-benchmarking-pallet-pov = { path = "../../../frame/benchmarking/pov", default-features = false, version = "24.0.0" } frame-support = { path = "../../../frame/support", default-features = false, features = ["experimental", "tuples-96"], version = "34.0.0" } -frame-system = { path = "../../../frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-election-provider-support = { path = "../../../frame/election-provider-support", default-features = false, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } diff --git a/substrate/bin/node/testing/Cargo.toml b/substrate/bin/node/testing/Cargo.toml index 7da18765793a..b46cc03b11f6 100644 --- a/substrate/bin/node/testing/Cargo.toml +++ b/substrate/bin/node/testing/Cargo.toml @@ -21,7 +21,7 @@ fs_extra = "1" futures = "0.3.30" log = { workspace = true, default-features = true } tempfile = "3.1.0" -frame-system = { version = "34.0.0", path = "../../../frame/system" } +frame-system = { version = "34.0.1", path = "../../../frame/system" } node-cli = { package = "staging-node-cli", path = "../cli", version = "0.1.0" } node-primitives = { version = "0.1.0", path = "../primitives" } kitchensink-runtime = { version = "0.1.0", path = "../runtime" } diff --git a/substrate/frame/Cargo.toml b/substrate/frame/Cargo.toml index 39f0282a1543..3785fb3ed157 100644 --- a/substrate/frame/Cargo.toml +++ b/substrate/frame/Cargo.toml @@ -34,7 +34,7 @@ sp-arithmetic = { default-features = false, path = "../primitives/arithmetic", v # frame deps, for developing FRAME pallets. frame-support = { default-features = false, path = "support", version = "34.0.0" } -frame-system = { default-features = false, path = "system", version = "34.0.0" } +frame-system = { default-features = false, path = "system", version = "34.0.1" } # primitive types used for developing FRAME runtimes. sp-version = { default-features = false, path = "../primitives/version", optional = true, version = "35.0.0" } diff --git a/substrate/frame/alliance/Cargo.toml b/substrate/frame/alliance/Cargo.toml index d372ed5a8ef1..8497b587240b 100644 --- a/substrate/frame/alliance/Cargo.toml +++ b/substrate/frame/alliance/Cargo.toml @@ -30,7 +30,7 @@ sp-runtime = { path = "../../primitives/runtime", default-features = false, vers frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-identity = { path = "../identity", default-features = false, version = "34.0.0" } pallet-collective = { path = "../collective", default-features = false, optional = true, version = "34.0.0" } diff --git a/substrate/frame/asset-conversion/Cargo.toml b/substrate/frame/asset-conversion/Cargo.toml index 5b057849c261..a5cb21c06929 100644 --- a/substrate/frame/asset-conversion/Cargo.toml +++ b/substrate/frame/asset-conversion/Cargo.toml @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.20", default-features = false } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } sp-api = { path = "../../primitives/api", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/asset-conversion/ops/Cargo.toml b/substrate/frame/asset-conversion/ops/Cargo.toml index d8e9ffc574fc..422644796579 100644 --- a/substrate/frame/asset-conversion/ops/Cargo.toml +++ b/substrate/frame/asset-conversion/ops/Cargo.toml @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } log = { version = "0.4.20", default-features = false } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "34.0.0" } pallet-asset-conversion = { path = "..", default-features = false, version = "16.0.0" } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } diff --git a/substrate/frame/asset-rate/Cargo.toml b/substrate/frame/asset-rate/Cargo.toml index 9c302dbc7230..ee17f2c50137 100644 --- a/substrate/frame/asset-rate/Cargo.toml +++ b/substrate/frame/asset-rate/Cargo.toml @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } sp-core = { path = "../../primitives/core", default-features = false, optional = true, version = "33.0.1" } diff --git a/substrate/frame/assets/Cargo.toml b/substrate/frame/assets/Cargo.toml index c54f35351d0a..6c31854716f1 100644 --- a/substrate/frame/assets/Cargo.toml +++ b/substrate/frame/assets/Cargo.toml @@ -25,7 +25,7 @@ sp-runtime = { path = "../../primitives/runtime", default-features = false, vers # Needed for type-safe access to storage DB. frame-support = { path = "../support", default-features = false, version = "34.0.0" } # `system` module provides us with all sorts of useful stuff and macros depend on it being around. -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } diff --git a/substrate/frame/atomic-swap/Cargo.toml b/substrate/frame/atomic-swap/Cargo.toml index e2ff5d63d956..f705dd8d3bdb 100644 --- a/substrate/frame/atomic-swap/Cargo.toml +++ b/substrate/frame/atomic-swap/Cargo.toml @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/aura/Cargo.toml b/substrate/frame/aura/Cargo.toml index df153e093d73..22fd8fc0f83d 100644 --- a/substrate/frame/aura/Cargo.toml +++ b/substrate/frame/aura/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-timestamp = { path = "../timestamp", default-features = false, version = "33.0.0" } sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, version = "36.0.0" } sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false, version = "0.38.0" } diff --git a/substrate/frame/authority-discovery/Cargo.toml b/substrate/frame/authority-discovery/Cargo.toml index 630e40804797..59698028b47e 100644 --- a/substrate/frame/authority-discovery/Cargo.toml +++ b/substrate/frame/authority-discovery/Cargo.toml @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-session = { path = "../session", default-features = false, features = ["historical"], version = "34.0.0" } sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, version = "36.0.0" } sp-authority-discovery = { path = "../../primitives/authority-discovery", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/authorship/Cargo.toml b/substrate/frame/authorship/Cargo.toml index 628ddb079624..27ff5992de09 100644 --- a/substrate/frame/authorship/Cargo.toml +++ b/substrate/frame/authorship/Cargo.toml @@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/babe/Cargo.toml b/substrate/frame/babe/Cargo.toml index 336657639d75..e238ed264339 100644 --- a/substrate/frame/babe/Cargo.toml +++ b/substrate/frame/babe/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-authorship = { path = "../authorship", default-features = false, version = "34.0.0" } pallet-session = { path = "../session", default-features = false, version = "34.0.0" } pallet-timestamp = { path = "../timestamp", default-features = false, version = "33.0.0" } diff --git a/substrate/frame/bags-list/Cargo.toml b/substrate/frame/bags-list/Cargo.toml index 099c9872bed2..60f77ed1eade 100644 --- a/substrate/frame/bags-list/Cargo.toml +++ b/substrate/frame/bags-list/Cargo.toml @@ -29,7 +29,7 @@ sp-std = { path = "../../primitives/std", default-features = false, version = "1 # FRAME frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } frame-election-provider-support = { path = "../election-provider-support", default-features = false, version = "34.0.0" } # third party diff --git a/substrate/frame/bags-list/remote-tests/Cargo.toml b/substrate/frame/bags-list/remote-tests/Cargo.toml index 48fd352fd744..2ae1773671e1 100644 --- a/substrate/frame/bags-list/remote-tests/Cargo.toml +++ b/substrate/frame/bags-list/remote-tests/Cargo.toml @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] pallet-staking = { version = "34.0.0", path = "../../staking" } pallet-bags-list = { path = "..", features = ["fuzz"], version = "33.0.0" } frame-election-provider-support = { version = "34.0.0", path = "../../election-provider-support" } -frame-system = { version = "34.0.0", path = "../../system" } +frame-system = { version = "34.0.1", path = "../../system" } frame-support = { version = "34.0.0", path = "../../support" } sp-storage = { version = "21.0.0", path = "../../../primitives/storage" } sp-core = { version = "33.0.1", path = "../../../primitives/core" } diff --git a/substrate/frame/balances/Cargo.toml b/substrate/frame/balances/Cargo.toml index 447f4a40ad7b..ffecf86bb559 100644 --- a/substrate/frame/balances/Cargo.toml +++ b/substrate/frame/balances/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } docify = "0.2.8" diff --git a/substrate/frame/beefy-mmr/Cargo.toml b/substrate/frame/beefy-mmr/Cargo.toml index 1d88106ff964..777d91f364b9 100644 --- a/substrate/frame/beefy-mmr/Cargo.toml +++ b/substrate/frame/beefy-mmr/Cargo.toml @@ -19,7 +19,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { optional = true, workspace = true, default-features = true } binary-merkle-tree = { path = "../../utils/binary-merkle-tree", default-features = false, version = "15.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-beefy = { path = "../beefy", default-features = false, version = "34.0.0" } pallet-mmr = { path = "../merkle-mountain-range", default-features = false, version = "33.0.0" } pallet-session = { path = "../session", default-features = false, version = "34.0.0" } diff --git a/substrate/frame/beefy/Cargo.toml b/substrate/frame/beefy/Cargo.toml index eba218610ac5..62269ead85cc 100644 --- a/substrate/frame/beefy/Cargo.toml +++ b/substrate/frame/beefy/Cargo.toml @@ -17,7 +17,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } serde = { optional = true, workspace = true, default-features = true } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-authorship = { path = "../authorship", default-features = false, version = "34.0.0" } pallet-session = { path = "../session", default-features = false, version = "34.0.0" } sp-consensus-beefy = { path = "../../primitives/consensus/beefy", default-features = false, features = ["serde"], version = "19.0.0" } diff --git a/substrate/frame/benchmarking/Cargo.toml b/substrate/frame/benchmarking/Cargo.toml index 0e56a0ca2d38..516c76e22152 100644 --- a/substrate/frame/benchmarking/Cargo.toml +++ b/substrate/frame/benchmarking/Cargo.toml @@ -24,7 +24,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { optional = true, workspace = true, default-features = true } frame-support = { path = "../support", default-features = false, version = "34.0.0" } frame-support-procedural = { path = "../support/procedural", default-features = false, version = "29.0.1" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-api = { path = "../../primitives/api", default-features = false, version = "32.0.0" } sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, version = "36.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } diff --git a/substrate/frame/benchmarking/pov/Cargo.toml b/substrate/frame/benchmarking/pov/Cargo.toml index 9d3687ccb67a..780939a418d9 100644 --- a/substrate/frame/benchmarking/pov/Cargo.toml +++ b/substrate/frame/benchmarking/pov/Cargo.toml @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "..", default-features = false, version = "34.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/bounties/Cargo.toml b/substrate/frame/bounties/Cargo.toml index 89843a33fc41..7f19861e0265 100644 --- a/substrate/frame/bounties/Cargo.toml +++ b/substrate/frame/bounties/Cargo.toml @@ -23,7 +23,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-treasury = { path = "../treasury", default-features = false, version = "33.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/broker/Cargo.toml b/substrate/frame/broker/Cargo.toml index bce633e17f63..333d00af3aae 100644 --- a/substrate/frame/broker/Cargo.toml +++ b/substrate/frame/broker/Cargo.toml @@ -26,7 +26,7 @@ sp-core = { path = "../../primitives/core", default-features = false, version = sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } [dev-dependencies] sp-io = { path = "../../primitives/io" } diff --git a/substrate/frame/child-bounties/Cargo.toml b/substrate/frame/child-bounties/Cargo.toml index 2ca64bc25edb..15ebb75ec76d 100644 --- a/substrate/frame/child-bounties/Cargo.toml +++ b/substrate/frame/child-bounties/Cargo.toml @@ -23,7 +23,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-bounties = { path = "../bounties", default-features = false, version = "33.0.0" } pallet-treasury = { path = "../treasury", default-features = false, version = "33.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } diff --git a/substrate/frame/collective/Cargo.toml b/substrate/frame/collective/Cargo.toml index 18744aa34091..6a3373f23e0b 100644 --- a/substrate/frame/collective/Cargo.toml +++ b/substrate/frame/collective/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/contracts/Cargo.toml b/substrate/frame/contracts/Cargo.toml index 744267859d78..8954e9de97c3 100644 --- a/substrate/frame/contracts/Cargo.toml +++ b/substrate/frame/contracts/Cargo.toml @@ -42,7 +42,7 @@ rand_pcg = { version = "0.3", optional = true } environmental = { version = "1.1.4", default-features = false } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../balances", default-features = false, optional = true, version = "35.0.0" } pallet-contracts-uapi = { version = "10.0.1", path = "uapi" } pallet-contracts-proc-macro = { version = "21.0.0", path = "proc-macro" } diff --git a/substrate/frame/contracts/fixtures/Cargo.toml b/substrate/frame/contracts/fixtures/Cargo.toml index 2fb8414b2680..400ccbd52c6c 100644 --- a/substrate/frame/contracts/fixtures/Cargo.toml +++ b/substrate/frame/contracts/fixtures/Cargo.toml @@ -11,7 +11,7 @@ description = "Fixtures for testing contracts pallet. (polkadot v1.12.0)" workspace = true [dependencies] -frame-system = { version = "34.0.0", path = "../../system" } +frame-system = { version = "34.0.1", path = "../../system" } sp-runtime = { version = "37.0.0", path = "../../../primitives/runtime" } anyhow = "1.0.81" diff --git a/substrate/frame/contracts/mock-network/Cargo.toml b/substrate/frame/contracts/mock-network/Cargo.toml index d43fa36540b6..827327e64b0e 100644 --- a/substrate/frame/contracts/mock-network/Cargo.toml +++ b/substrate/frame/contracts/mock-network/Cargo.toml @@ -15,7 +15,7 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } pallet-assets = { version = "35.0.0", path = "../../assets" } pallet-balances = { version = "35.0.0", path = "../../balances" } pallet-contracts = { version = "33.0.0", path = ".." } diff --git a/substrate/frame/conviction-voting/Cargo.toml b/substrate/frame/conviction-voting/Cargo.toml index 781c8605d47d..d6e91a7009a0 100644 --- a/substrate/frame/conviction-voting/Cargo.toml +++ b/substrate/frame/conviction-voting/Cargo.toml @@ -25,7 +25,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { features = ["derive"], optional = true, workspace = true, default-features = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/core-fellowship/Cargo.toml b/substrate/frame/core-fellowship/Cargo.toml index 8d5b94f0c6fe..c8f2b838f864 100644 --- a/substrate/frame/core-fellowship/Cargo.toml +++ b/substrate/frame/core-fellowship/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/delegated-staking/Cargo.toml b/substrate/frame/delegated-staking/Cargo.toml index 6944ae350c04..1d7c2e418e3c 100644 --- a/substrate/frame/delegated-staking/Cargo.toml +++ b/substrate/frame/delegated-staking/Cargo.toml @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/democracy/Cargo.toml b/substrate/frame/democracy/Cargo.toml index 5a1e9e7ac691..dda593ded42d 100644 --- a/substrate/frame/democracy/Cargo.toml +++ b/substrate/frame/democracy/Cargo.toml @@ -23,7 +23,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { features = ["derive"], optional = true, workspace = true, default-features = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/election-provider-multi-phase/Cargo.toml b/substrate/frame/election-provider-multi-phase/Cargo.toml index d9a3e11cf61e..e588bbfea76d 100644 --- a/substrate/frame/election-provider-multi-phase/Cargo.toml +++ b/substrate/frame/election-provider-multi-phase/Cargo.toml @@ -24,7 +24,7 @@ scale-info = { version = "2.11.1", default-features = false, features = [ log = { workspace = true } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/election-provider-support/Cargo.toml b/substrate/frame/election-provider-support/Cargo.toml index f692fe12b7cf..96d667cb9a10 100644 --- a/substrate/frame/election-provider-support/Cargo.toml +++ b/substrate/frame/election-provider-support/Cargo.toml @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-election-provider-solution-type = { version = "13.0.0", path = "solution-type" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false, version = "32.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/election-provider-support/benchmarking/Cargo.toml b/substrate/frame/election-provider-support/benchmarking/Cargo.toml index 737d0ef8106b..500db1d2e46e 100644 --- a/substrate/frame/election-provider-support/benchmarking/Cargo.toml +++ b/substrate/frame/election-provider-support/benchmarking/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = ] } frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-election-provider-support = { path = "..", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } sp-npos-elections = { path = "../../../primitives/npos-elections", default-features = false, version = "32.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/elections-phragmen/Cargo.toml b/substrate/frame/elections-phragmen/Cargo.toml index e2055f1c61b4..ad4326c979aa 100644 --- a/substrate/frame/elections-phragmen/Cargo.toml +++ b/substrate/frame/elections-phragmen/Cargo.toml @@ -23,7 +23,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/examples/basic/Cargo.toml b/substrate/frame/examples/basic/Cargo.toml index 6ae6c4ef1cc8..1607aed7ac7d 100644 --- a/substrate/frame/examples/basic/Cargo.toml +++ b/substrate/frame/examples/basic/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../../balances", default-features = false, version = "35.0.0" } sp-io = { path = "../../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/examples/default-config/Cargo.toml b/substrate/frame/examples/default-config/Cargo.toml index 98b4934a8ee6..08dea47fcc8c 100644 --- a/substrate/frame/examples/default-config/Cargo.toml +++ b/substrate/frame/examples/default-config/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/examples/dev-mode/Cargo.toml b/substrate/frame/examples/dev-mode/Cargo.toml index 630125203d03..ea8f5f110f7c 100644 --- a/substrate/frame/examples/dev-mode/Cargo.toml +++ b/substrate/frame/examples/dev-mode/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../../balances", default-features = false, version = "35.0.0" } sp-io = { path = "../../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/examples/kitchensink/Cargo.toml b/substrate/frame/examples/kitchensink/Cargo.toml index 5c477f454092..33dbebba071a 100644 --- a/substrate/frame/examples/kitchensink/Cargo.toml +++ b/substrate/frame/examples/kitchensink/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../support", default-features = false, features = ["experimental"], version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/examples/multi-block-migrations/Cargo.toml b/substrate/frame/examples/multi-block-migrations/Cargo.toml index b83587798cc3..fa1f2520fc7b 100644 --- a/substrate/frame/examples/multi-block-migrations/Cargo.toml +++ b/substrate/frame/examples/multi-block-migrations/Cargo.toml @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.5", default-features = false } pallet-migrations = { path = "../../migrations", default-features = false, version = "4.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "34.0.0" } log = { version = "0.4.20", default-features = false } scale-info = { version = "2.10.0", default-features = false } diff --git a/substrate/frame/examples/offchain-worker/Cargo.toml b/substrate/frame/examples/offchain-worker/Cargo.toml index 023c4a18ec96..19ac4191f3be 100644 --- a/substrate/frame/examples/offchain-worker/Cargo.toml +++ b/substrate/frame/examples/offchain-worker/Cargo.toml @@ -21,7 +21,7 @@ lite-json = { version = "0.2.0", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../../primitives/io", default-features = false, version = "36.0.0" } sp-keystore = { path = "../../../primitives/keystore", optional = true, default-features = false, version = "0.39.0" } diff --git a/substrate/frame/examples/single-block-migrations/Cargo.toml b/substrate/frame/examples/single-block-migrations/Cargo.toml index 6ff6f66421a6..8ca49f8a3c02 100644 --- a/substrate/frame/examples/single-block-migrations/Cargo.toml +++ b/substrate/frame/examples/single-block-migrations/Cargo.toml @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } frame-executive = { path = "../../executive", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } frame-try-runtime = { path = "../../try-runtime", default-features = false, optional = true, version = "0.40.0" } pallet-balances = { path = "../../balances", default-features = false, version = "35.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/examples/split/Cargo.toml b/substrate/frame/examples/split/Cargo.toml index ae3d802f2b76..21a1b4c06ae3 100644 --- a/substrate/frame/examples/split/Cargo.toml +++ b/substrate/frame/examples/split/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../../primitives/io", default-features = false, version = "36.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/examples/tasks/Cargo.toml b/substrate/frame/examples/tasks/Cargo.toml index 46353f6c3cbb..87fb8a5194e9 100644 --- a/substrate/frame/examples/tasks/Cargo.toml +++ b/substrate/frame/examples/tasks/Cargo.toml @@ -19,7 +19,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/executive/Cargo.toml b/substrate/frame/executive/Cargo.toml index b0d838149fdd..b4812ebdd542 100644 --- a/substrate/frame/executive/Cargo.toml +++ b/substrate/frame/executive/Cargo.toml @@ -23,7 +23,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } frame-try-runtime = { path = "../try-runtime", default-features = false, optional = true, version = "0.40.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/fast-unstake/Cargo.toml b/substrate/frame/fast-unstake/Cargo.toml index 1019c7c34e06..0fe0d01bd509 100644 --- a/substrate/frame/fast-unstake/Cargo.toml +++ b/substrate/frame/fast-unstake/Cargo.toml @@ -20,7 +20,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/glutton/Cargo.toml b/substrate/frame/glutton/Cargo.toml index a3bb63ef0bf6..13c5fb067655 100644 --- a/substrate/frame/glutton/Cargo.toml +++ b/substrate/frame/glutton/Cargo.toml @@ -22,7 +22,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive log = { workspace = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/grandpa/Cargo.toml b/substrate/frame/grandpa/Cargo.toml index 0385d274b524..c3061dde8207 100644 --- a/substrate/frame/grandpa/Cargo.toml +++ b/substrate/frame/grandpa/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-authorship = { path = "../authorship", default-features = false, version = "34.0.0" } pallet-session = { path = "../session", default-features = false, version = "34.0.0" } sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"], version = "36.0.0" } diff --git a/substrate/frame/identity/Cargo.toml b/substrate/frame/identity/Cargo.toml index d1e6b7d6e279..e26bbe2b0e70 100644 --- a/substrate/frame/identity/Cargo.toml +++ b/substrate/frame/identity/Cargo.toml @@ -22,7 +22,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/im-online/Cargo.toml b/substrate/frame/im-online/Cargo.toml index 61606a3d0db4..c21e3905df48 100644 --- a/substrate/frame/im-online/Cargo.toml +++ b/substrate/frame/im-online/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-authorship = { path = "../authorship", default-features = false, version = "34.0.0" } sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"], version = "36.0.0" } sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "33.0.1" } diff --git a/substrate/frame/indices/Cargo.toml b/substrate/frame/indices/Cargo.toml index 395121eb1c7a..78fe2d5548dd 100644 --- a/substrate/frame/indices/Cargo.toml +++ b/substrate/frame/indices/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-keyring = { path = "../../primitives/keyring", optional = true, default-features = false, version = "37.0.0" } diff --git a/substrate/frame/insecure-randomness-collective-flip/Cargo.toml b/substrate/frame/insecure-randomness-collective-flip/Cargo.toml index 1878621536a7..c2483b5f17c2 100644 --- a/substrate/frame/insecure-randomness-collective-flip/Cargo.toml +++ b/substrate/frame/insecure-randomness-collective-flip/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = safe-mix = { version = "1.0", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/lottery/Cargo.toml b/substrate/frame/lottery/Cargo.toml index fa90f60cd845..375bf28cb841 100644 --- a/substrate/frame/lottery/Cargo.toml +++ b/substrate/frame/lottery/Cargo.toml @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/membership/Cargo.toml b/substrate/frame/membership/Cargo.toml index 21d5ebdf6f3a..b95fa6b112d4 100644 --- a/substrate/frame/membership/Cargo.toml +++ b/substrate/frame/membership/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "37.0.0" } diff --git a/substrate/frame/merkle-mountain-range/Cargo.toml b/substrate/frame/merkle-mountain-range/Cargo.toml index c84850ea59f9..9e694f5ffe28 100644 --- a/substrate/frame/merkle-mountain-range/Cargo.toml +++ b/substrate/frame/merkle-mountain-range/Cargo.toml @@ -20,7 +20,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-mmr-primitives = { path = "../../primitives/merkle-mountain-range", default-features = false, version = "32.0.1" } diff --git a/substrate/frame/message-queue/Cargo.toml b/substrate/frame/message-queue/Cargo.toml index fe941d0122d6..8249e1b5ef1c 100644 --- a/substrate/frame/message-queue/Cargo.toml +++ b/substrate/frame/message-queue/Cargo.toml @@ -27,7 +27,7 @@ sp-weights = { path = "../../primitives/weights", default-features = false, vers frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } [dev-dependencies] sp-crypto-hashing = { path = "../../primitives/crypto/hashing" } diff --git a/substrate/frame/migrations/Cargo.toml b/substrate/frame/migrations/Cargo.toml index e3366210985a..274e2b9b8d72 100644 --- a/substrate/frame/migrations/Cargo.toml +++ b/substrate/frame/migrations/Cargo.toml @@ -19,7 +19,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking", version = "34.0.0" } frame-support = { default-features = false, path = "../support", version = "34.0.0" } -frame-system = { default-features = false, path = "../system", version = "34.0.0" } +frame-system = { default-features = false, path = "../system", version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/mixnet/Cargo.toml b/substrate/frame/mixnet/Cargo.toml index 4a0c1dc05b67..c51b27ea673d 100644 --- a/substrate/frame/mixnet/Cargo.toml +++ b/substrate/frame/mixnet/Cargo.toml @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] } frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking", version = "34.0.0" } frame-support = { default-features = false, path = "../support", version = "34.0.0" } -frame-system = { default-features = false, path = "../system", version = "34.0.0" } +frame-system = { default-features = false, path = "../system", version = "34.0.1" } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], workspace = true } diff --git a/substrate/frame/multisig/Cargo.toml b/substrate/frame/multisig/Cargo.toml index 5fb8ef037d70..73fb61781522 100644 --- a/substrate/frame/multisig/Cargo.toml +++ b/substrate/frame/multisig/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/nft-fractionalization/Cargo.toml b/substrate/frame/nft-fractionalization/Cargo.toml index b68da6371594..3a3426f7e86c 100644 --- a/substrate/frame/nft-fractionalization/Cargo.toml +++ b/substrate/frame/nft-fractionalization/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-assets = { path = "../assets", default-features = false, version = "35.0.0" } pallet-nfts = { path = "../nfts", default-features = false, version = "28.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/nfts/Cargo.toml b/substrate/frame/nfts/Cargo.toml index ebc3bf3f11e5..54df9575608a 100644 --- a/substrate/frame/nfts/Cargo.toml +++ b/substrate/frame/nfts/Cargo.toml @@ -22,7 +22,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/nis/Cargo.toml b/substrate/frame/nis/Cargo.toml index 22c7a64ed835..c30a86979528 100644 --- a/substrate/frame/nis/Cargo.toml +++ b/substrate/frame/nis/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/node-authorization/Cargo.toml b/substrate/frame/node-authorization/Cargo.toml index 32037363f78a..5699f67b048c 100644 --- a/substrate/frame/node-authorization/Cargo.toml +++ b/substrate/frame/node-authorization/Cargo.toml @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/nomination-pools/Cargo.toml b/substrate/frame/nomination-pools/Cargo.toml index 7db9189f10fc..1e9c099151e1 100644 --- a/substrate/frame/nomination-pools/Cargo.toml +++ b/substrate/frame/nomination-pools/Cargo.toml @@ -25,7 +25,7 @@ scale-info = { version = "2.11.1", default-features = false, features = [ # FRAME frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } sp-staking = { path = "../../primitives/staking", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/nomination-pools/benchmarking/Cargo.toml b/substrate/frame/nomination-pools/benchmarking/Cargo.toml index 37b40933823a..bf2b403e0915 100644 --- a/substrate/frame/nomination-pools/benchmarking/Cargo.toml +++ b/substrate/frame/nomination-pools/benchmarking/Cargo.toml @@ -24,7 +24,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "34.0.0" } frame-election-provider-support = { path = "../../election-provider-support", default-features = false, version = "34.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } pallet-bags-list = { path = "../../bags-list", default-features = false, version = "33.0.0" } pallet-staking = { path = "../../staking", default-features = false, version = "34.0.0" } pallet-nomination-pools = { path = "..", default-features = false, version = "31.0.0" } diff --git a/substrate/frame/nomination-pools/fuzzer/Cargo.toml b/substrate/frame/nomination-pools/fuzzer/Cargo.toml index 8a462e9006d5..7e62e8d85fbd 100644 --- a/substrate/frame/nomination-pools/fuzzer/Cargo.toml +++ b/substrate/frame/nomination-pools/fuzzer/Cargo.toml @@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"] honggfuzz = "0.5.54" pallet-nomination-pools = { path = "..", features = ["fuzzing"], version = "31.0.0" } -frame-system = { version = "34.0.0", path = "../../system" } +frame-system = { version = "34.0.1", path = "../../system" } frame-support = { version = "34.0.0", path = "../../support" } sp-runtime = { version = "37.0.0", path = "../../../primitives/runtime" } sp-io = { version = "36.0.0", path = "../../../primitives/io" } diff --git a/substrate/frame/offences/Cargo.toml b/substrate/frame/offences/Cargo.toml index 2a320cee74d0..60533fa6201a 100644 --- a/substrate/frame/offences/Cargo.toml +++ b/substrate/frame/offences/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, workspace = true, default-features = true } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../balances", default-features = false, version = "35.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-staking = { path = "../../primitives/staking", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/offences/benchmarking/Cargo.toml b/substrate/frame/offences/benchmarking/Cargo.toml index 7fd9d3117c10..b19c63dcfa0a 100644 --- a/substrate/frame/offences/benchmarking/Cargo.toml +++ b/substrate/frame/offences/benchmarking/Cargo.toml @@ -21,7 +21,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "34.0.0" } frame-election-provider-support = { path = "../../election-provider-support", default-features = false, version = "34.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } pallet-babe = { path = "../../babe", default-features = false, version = "34.0.0" } pallet-balances = { path = "../../balances", default-features = false, version = "35.0.0" } pallet-grandpa = { path = "../../grandpa", default-features = false, version = "34.0.0" } diff --git a/substrate/frame/paged-list/Cargo.toml b/substrate/frame/paged-list/Cargo.toml index ca6609850143..6a1c77875e3b 100644 --- a/substrate/frame/paged-list/Cargo.toml +++ b/substrate/frame/paged-list/Cargo.toml @@ -21,7 +21,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/parameters/Cargo.toml b/substrate/frame/parameters/Cargo.toml index 01b594419448..1e07ccafe6be 100644 --- a/substrate/frame/parameters/Cargo.toml +++ b/substrate/frame/parameters/Cargo.toml @@ -15,7 +15,7 @@ serde = { features = ["derive"], optional = true, workspace = true, default-feat docify = "0.2.8" frame-support = { path = "../support", default-features = false, features = ["experimental"], version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/preimage/Cargo.toml b/substrate/frame/preimage/Cargo.toml index 48348a5bcf9b..8d8ea7a99904 100644 --- a/substrate/frame/preimage/Cargo.toml +++ b/substrate/frame/preimage/Cargo.toml @@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, optional = true, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/proxy/Cargo.toml b/substrate/frame/proxy/Cargo.toml index 89954b26e02e..c12a877e0419 100644 --- a/substrate/frame/proxy/Cargo.toml +++ b/substrate/frame/proxy/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/ranked-collective/Cargo.toml b/substrate/frame/ranked-collective/Cargo.toml index 0075dabeb0ba..c99cbcb41039 100644 --- a/substrate/frame/ranked-collective/Cargo.toml +++ b/substrate/frame/ranked-collective/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/recovery/Cargo.toml b/substrate/frame/recovery/Cargo.toml index 199cfd6e42f6..3e85a7aa904c 100644 --- a/substrate/frame/recovery/Cargo.toml +++ b/substrate/frame/recovery/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/referenda/Cargo.toml b/substrate/frame/referenda/Cargo.toml index 4a3b0772b694..b7d036113db4 100644 --- a/substrate/frame/referenda/Cargo.toml +++ b/substrate/frame/referenda/Cargo.toml @@ -25,7 +25,7 @@ serde = { features = ["derive"], optional = true, workspace = true, default-feat sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/remark/Cargo.toml b/substrate/frame/remark/Cargo.toml index eee0a7c42225..38436c10425c 100644 --- a/substrate/frame/remark/Cargo.toml +++ b/substrate/frame/remark/Cargo.toml @@ -21,7 +21,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { optional = true, workspace = true, default-features = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/root-offences/Cargo.toml b/substrate/frame/root-offences/Cargo.toml index ae725940ad61..0a7c72aa1697 100644 --- a/substrate/frame/root-offences/Cargo.toml +++ b/substrate/frame/root-offences/Cargo.toml @@ -23,7 +23,7 @@ pallet-session = { path = "../session", default-features = false, features = ["h pallet-staking = { path = "../staking", default-features = false, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-staking = { path = "../../primitives/staking", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/root-testing/Cargo.toml b/substrate/frame/root-testing/Cargo.toml index 475c14d769e2..c42f35442107 100644 --- a/substrate/frame/root-testing/Cargo.toml +++ b/substrate/frame/root-testing/Cargo.toml @@ -19,7 +19,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.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/safe-mode/Cargo.toml b/substrate/frame/safe-mode/Cargo.toml index de71a088c16c..1b4bfa1c28e1 100644 --- a/substrate/frame/safe-mode/Cargo.toml +++ b/substrate/frame/safe-mode/Cargo.toml @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = docify = "0.2.8" frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/salary/Cargo.toml b/substrate/frame/salary/Cargo.toml index dee9b85d4214..57d522cb0e49 100644 --- a/substrate/frame/salary/Cargo.toml +++ b/substrate/frame/salary/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/scheduler/Cargo.toml b/substrate/frame/scheduler/Cargo.toml index 9b206fbd3598..2cf49eabba34 100644 --- a/substrate/frame/scheduler/Cargo.toml +++ b/substrate/frame/scheduler/Cargo.toml @@ -18,7 +18,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/scored-pool/Cargo.toml b/substrate/frame/scored-pool/Cargo.toml index 2fe702a77a15..df4e12a05038 100644 --- a/substrate/frame/scored-pool/Cargo.toml +++ b/substrate/frame/scored-pool/Cargo.toml @@ -19,7 +19,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.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/session/Cargo.toml b/substrate/frame/session/Cargo.toml index 4e8034b3cbef..be734be4554c 100644 --- a/substrate/frame/session/Cargo.toml +++ b/substrate/frame/session/Cargo.toml @@ -21,7 +21,7 @@ impl-trait-for-tuples = "0.2.2" log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-timestamp = { path = "../timestamp", default-features = false, version = "33.0.0" } sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/session/benchmarking/Cargo.toml b/substrate/frame/session/benchmarking/Cargo.toml index 94872c333603..bd5dfbc935dd 100644 --- a/substrate/frame/session/benchmarking/Cargo.toml +++ b/substrate/frame/session/benchmarking/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = rand = { version = "0.8.5", default-features = false, features = ["std_rng"] } frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "34.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } pallet-session = { path = "..", default-features = false, version = "34.0.0" } pallet-staking = { path = "../../staking", default-features = false, version = "34.0.0" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/society/Cargo.toml b/substrate/frame/society/Cargo.toml index 6ad77e90bb6c..1115e2954c51 100644 --- a/substrate/frame/society/Cargo.toml +++ b/substrate/frame/society/Cargo.toml @@ -27,7 +27,7 @@ sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } [dev-dependencies] frame-support-test = { path = "../support/test" } diff --git a/substrate/frame/staking/Cargo.toml b/substrate/frame/staking/Cargo.toml index b7aa09fcdad3..614d6ba30d71 100644 --- a/substrate/frame/staking/Cargo.toml +++ b/substrate/frame/staking/Cargo.toml @@ -26,7 +26,7 @@ sp-runtime = { path = "../../primitives/runtime", default-features = false, feat sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"], version = "32.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-session = { path = "../session", default-features = false, features = ["historical"], version = "34.0.0" } pallet-authorship = { path = "../authorship", default-features = false, version = "34.0.0" } sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"], version = "36.0.0" } diff --git a/substrate/frame/state-trie-migration/Cargo.toml b/substrate/frame/state-trie-migration/Cargo.toml index e97268de3d05..ae37d8ee2132 100644 --- a/substrate/frame/state-trie-migration/Cargo.toml +++ b/substrate/frame/state-trie-migration/Cargo.toml @@ -23,7 +23,7 @@ thousands = { version = "0.2.0", optional = true } zstd = { version = "0.12.4", default-features = false, optional = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } remote-externalities = { package = "frame-remote-externalities", path = "../../utils/frame/remote-externalities", optional = true, version = "0.41.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/statement/Cargo.toml b/substrate/frame/statement/Cargo.toml index 062ad8bf926d..19ffd2330cad 100644 --- a/substrate/frame/statement/Cargo.toml +++ b/substrate/frame/statement/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.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-statement-store = { path = "../../primitives/statement-store", default-features = false, version = "16.0.0" } sp-api = { path = "../../primitives/api", default-features = false, version = "32.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/sudo/Cargo.toml b/substrate/frame/sudo/Cargo.toml index 782366404d4f..5b15987bc12e 100644 --- a/substrate/frame/sudo/Cargo.toml +++ b/substrate/frame/sudo/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/support/test/Cargo.toml b/substrate/frame/support/test/Cargo.toml index 866517010d8f..e6f309c7b621 100644 --- a/substrate/frame/support/test/Cargo.toml +++ b/substrate/frame/support/test/Cargo.toml @@ -35,7 +35,7 @@ sp-metadata-ir = { path = "../../../primitives/metadata-ir", default-features = trybuild = { version = "1.0.88", features = ["diff"] } pretty_assertions = "1.3.0" rustversion = "1.0.6" -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } frame-executive = { path = "../../executive", default-features = false, version = "34.0.0" } # The "std" feature for this pallet is never activated on purpose, in order to test construct_runtime error message test-pallet = { package = "frame-support-test-pallet", path = "pallet", default-features = false, version = "0.1.0" } diff --git a/substrate/frame/support/test/compile_pass/Cargo.toml b/substrate/frame/support/test/compile_pass/Cargo.toml index a9fb57e2c331..d1de45cc6833 100644 --- a/substrate/frame/support/test/compile_pass/Cargo.toml +++ b/substrate/frame/support/test/compile_pass/Cargo.toml @@ -19,7 +19,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.11.1", default-features = false, features = ["derive"] } renamed-frame-support = { package = "frame-support", path = "../..", default-features = false, version = "34.0.0" } -renamed-frame-system = { package = "frame-system", path = "../../../system", default-features = false, version = "34.0.0" } +renamed-frame-system = { package = "frame-system", path = "../../../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../../../primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../../../primitives/runtime", default-features = false, version = "37.0.0" } sp-version = { path = "../../../../primitives/version", default-features = false, version = "35.0.0" } diff --git a/substrate/frame/support/test/pallet/Cargo.toml b/substrate/frame/support/test/pallet/Cargo.toml index c11884cf4657..cbc055ed4dcd 100644 --- a/substrate/frame/support/test/pallet/Cargo.toml +++ b/substrate/frame/support/test/pallet/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], workspace = true } frame-support = { path = "../..", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../../../primitives/runtime", default-features = false, version = "37.0.0" } [features] diff --git a/substrate/frame/system/Cargo.toml b/substrate/frame/system/Cargo.toml index 9b3cd764e1b9..ec3df4078013 100644 --- a/substrate/frame/system/Cargo.toml +++ b/substrate/frame/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-system" -version = "34.0.0" +version = "34.0.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/system/benchmarking/Cargo.toml b/substrate/frame/system/benchmarking/Cargo.toml index 7f76391abd3f..2d51722ad8ca 100644 --- a/substrate/frame/system/benchmarking/Cargo.toml +++ b/substrate/frame/system/benchmarking/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "34.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "..", default-features = false, version = "34.0.0" } +frame-system = { path = "..", default-features = false, version = "34.0.1" } sp-core = { path = "../../../primitives/core", default-features = false, version = "33.0.1" } sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/timestamp/Cargo.toml b/substrate/frame/timestamp/Cargo.toml index 1eb24d124727..eb2d434d6e8e 100644 --- a/substrate/frame/timestamp/Cargo.toml +++ b/substrate/frame/timestamp/Cargo.toml @@ -22,7 +22,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-inherents = { path = "../../primitives/inherents", default-features = false, version = "32.0.0" } sp-io = { path = "../../primitives/io", default-features = false, optional = true, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/tips/Cargo.toml b/substrate/frame/tips/Cargo.toml index b9c194eb218e..6aa4e76ac2e0 100644 --- a/substrate/frame/tips/Cargo.toml +++ b/substrate/frame/tips/Cargo.toml @@ -22,7 +22,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { features = ["derive"], optional = true, workspace = true, default-features = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-treasury = { path = "../treasury", default-features = false, version = "33.0.0" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/transaction-payment/Cargo.toml b/substrate/frame/transaction-payment/Cargo.toml index a6b53351d459..dbc0389f387b 100644 --- a/substrate/frame/transaction-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/Cargo.toml @@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, workspace = true, default-features = true } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml b/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml index 24d0985c415b..8c38ce03b710 100644 --- a/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml @@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"] sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } pallet-asset-conversion = { path = "../../asset-conversion", default-features = false, version = "16.0.0" } pallet-transaction-payment = { path = "..", default-features = false, version = "34.0.0" } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] } diff --git a/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml b/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml index c74d248ac6f2..a5cbe4b2cb81 100644 --- a/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml @@ -23,7 +23,7 @@ sp-runtime = { path = "../../../primitives/runtime", default-features = false, v sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } pallet-transaction-payment = { path = "..", default-features = false, version = "34.0.0" } frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "34.0.0" } diff --git a/substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml b/substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml index 3b8cc374b2b9..ba03cc2c2a20 100644 --- a/substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml @@ -19,7 +19,7 @@ sp-runtime = { path = "../../../primitives/runtime", default-features = false, v sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } frame-support = { path = "../../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../system", default-features = false, version = "34.0.1" } # Other dependencies codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } diff --git a/substrate/frame/transaction-storage/Cargo.toml b/substrate/frame/transaction-storage/Cargo.toml index 6ba494cfba00..98750eadb075 100644 --- a/substrate/frame/transaction-storage/Cargo.toml +++ b/substrate/frame/transaction-storage/Cargo.toml @@ -22,7 +22,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { optional = true, workspace = true, default-features = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../balances", default-features = false, version = "35.0.0" } sp-inherents = { path = "../../primitives/inherents", default-features = false, version = "32.0.0" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } diff --git a/substrate/frame/treasury/Cargo.toml b/substrate/frame/treasury/Cargo.toml index 736bb2cd50ab..1b0b5b027473 100644 --- a/substrate/frame/treasury/Cargo.toml +++ b/substrate/frame/treasury/Cargo.toml @@ -26,7 +26,7 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { features = ["derive"], optional = true, workspace = true, default-features = true } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } pallet-balances = { path = "../balances", default-features = false, version = "35.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/tx-pause/Cargo.toml b/substrate/frame/tx-pause/Cargo.toml index bf595af903ce..f2d4ae10af69 100644 --- a/substrate/frame/tx-pause/Cargo.toml +++ b/substrate/frame/tx-pause/Cargo.toml @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features = docify = "0.2.8" frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/uniques/Cargo.toml b/substrate/frame/uniques/Cargo.toml index 63132f4fd514..8442d02720af 100644 --- a/substrate/frame/uniques/Cargo.toml +++ b/substrate/frame/uniques/Cargo.toml @@ -21,7 +21,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/frame/utility/Cargo.toml b/substrate/frame/utility/Cargo.toml index 52fa7cdc133f..ef2f7c76a71e 100644 --- a/substrate/frame/utility/Cargo.toml +++ b/substrate/frame/utility/Cargo.toml @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-core = { path = "../../primitives/core", default-features = false, version = "33.0.1" } sp-io = { path = "../../primitives/io", default-features = false, version = "36.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } diff --git a/substrate/frame/vesting/Cargo.toml b/substrate/frame/vesting/Cargo.toml index bcfb94ed1162..052c4984357a 100644 --- a/substrate/frame/vesting/Cargo.toml +++ b/substrate/frame/vesting/Cargo.toml @@ -23,7 +23,7 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.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 58e671b0f031..709693aa5867 100644 --- a/substrate/frame/whitelist/Cargo.toml +++ b/substrate/frame/whitelist/Cargo.toml @@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../support", default-features = false, version = "34.0.0" } -frame-system = { path = "../system", default-features = false, version = "34.0.0" } +frame-system = { path = "../system", default-features = false, version = "34.0.1" } sp-api = { path = "../../primitives/api", default-features = false, version = "32.0.0" } sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "37.0.0" } sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } diff --git a/substrate/test-utils/runtime/Cargo.toml b/substrate/test-utils/runtime/Cargo.toml index eff8c658a5cb..bf0a4be5aba8 100644 --- a/substrate/test-utils/runtime/Cargo.toml +++ b/substrate/test-utils/runtime/Cargo.toml @@ -38,7 +38,7 @@ sp-runtime = { path = "../../primitives/runtime", default-features = false, feat pallet-babe = { path = "../../frame/babe", default-features = false, version = "34.0.0" } pallet-balances = { path = "../../frame/balances", default-features = false, version = "35.0.0" } frame-executive = { path = "../../frame/executive", default-features = false, version = "34.0.0" } -frame-system = { path = "../../frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../frame/system", default-features = false, version = "34.0.1" } frame-system-rpc-runtime-api = { path = "../../frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } pallet-timestamp = { path = "../../frame/timestamp", default-features = false, version = "33.0.0" } sp-consensus-grandpa = { path = "../../primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "19.0.0" } diff --git a/substrate/utils/frame/benchmarking-cli/Cargo.toml b/substrate/utils/frame/benchmarking-cli/Cargo.toml index ede1540bfa05..b4b68cdae778 100644 --- a/substrate/utils/frame/benchmarking-cli/Cargo.toml +++ b/substrate/utils/frame/benchmarking-cli/Cargo.toml @@ -35,7 +35,7 @@ thiserror = { workspace = true } thousands = "0.2.0" frame-benchmarking = { version = "34.0.0", path = "../../../frame/benchmarking" } frame-support = { version = "34.0.0", path = "../../../frame/support" } -frame-system = { version = "34.0.0", path = "../../../frame/system" } +frame-system = { version = "34.0.1", path = "../../../frame/system" } sc-block-builder = { version = "0.39.0", path = "../../../client/block-builder" } sc-chain-spec = { path = "../../../client/chain-spec", default-features = false, version = "33.0.0" } sc-cli = { path = "../../../client/cli", default-features = false, version = "0.42.0" } diff --git a/substrate/utils/frame/generate-bags/Cargo.toml b/substrate/utils/frame/generate-bags/Cargo.toml index f5564c7b5df4..634f714318b5 100644 --- a/substrate/utils/frame/generate-bags/Cargo.toml +++ b/substrate/utils/frame/generate-bags/Cargo.toml @@ -14,7 +14,7 @@ workspace = true [dependencies] frame-support = { version = "34.0.0", path = "../../../frame/support" } frame-election-provider-support = { version = "34.0.0", path = "../../../frame/election-provider-support" } -frame-system = { version = "34.0.0", path = "../../../frame/system" } +frame-system = { version = "34.0.1", path = "../../../frame/system" } pallet-staking = { version = "34.0.0", path = "../../../frame/staking" } sp-staking = { version = "32.0.0", path = "../../../primitives/staking" } diff --git a/templates/parachain/pallets/template/Cargo.toml b/templates/parachain/pallets/template/Cargo.toml index 0a5163845e79..0e9428669871 100644 --- a/templates/parachain/pallets/template/Cargo.toml +++ b/templates/parachain/pallets/template/Cargo.toml @@ -26,7 +26,7 @@ scale-info = { version = "2.11.1", default-features = false, features = [ # frame deps frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } [dev-dependencies] sp-core = { path = "../../../../substrate/primitives/core" } diff --git a/templates/parachain/runtime/Cargo.toml b/templates/parachain/runtime/Cargo.toml index db3b248de967..40622322b86f 100644 --- a/templates/parachain/runtime/Cargo.toml +++ b/templates/parachain/runtime/Cargo.toml @@ -37,7 +37,7 @@ pallet-parachain-template = { path = "../pallets/template", default-features = f frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "34.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "32.0.0" } frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } diff --git a/templates/solochain/node/Cargo.toml b/templates/solochain/node/Cargo.toml index fa6729b48a15..0d72b5d95005 100644 --- a/templates/solochain/node/Cargo.toml +++ b/templates/solochain/node/Cargo.toml @@ -47,7 +47,7 @@ sp-keyring = { version = "37.0.0", path = "../../../substrate/primitives/keyring sp-api = { version = "32.0.0", path = "../../../substrate/primitives/api" } sp-blockchain = { version = "34.0.0", path = "../../../substrate/primitives/blockchain" } sp-block-builder = { version = "32.0.0", path = "../../../substrate/primitives/block-builder" } -frame-system = { version = "34.0.0", path = "../../../substrate/frame/system" } +frame-system = { version = "34.0.1", path = "../../../substrate/frame/system" } pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "34.0.0" } pallet-transaction-payment-rpc = { version = "36.0.0", path = "../../../substrate/frame/transaction-payment/rpc" } substrate-frame-rpc-system = { version = "34.0.0", path = "../../../substrate/utils/frame/rpc/system" } diff --git a/templates/solochain/pallets/template/Cargo.toml b/templates/solochain/pallets/template/Cargo.toml index 6876f5dc81be..77063eff1542 100644 --- a/templates/solochain/pallets/template/Cargo.toml +++ b/templates/solochain/pallets/template/Cargo.toml @@ -26,7 +26,7 @@ scale-info = { version = "2.11.1", default-features = false, features = [ # frame deps frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "34.0.0" } frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "34.0.0" } -frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "34.0.1" } [dev-dependencies] sp-core = { path = "../../../../substrate/primitives/core" } diff --git a/templates/solochain/runtime/Cargo.toml b/templates/solochain/runtime/Cargo.toml index 13076b259e7f..5f26e5ff1b06 100644 --- a/templates/solochain/runtime/Cargo.toml +++ b/templates/solochain/runtime/Cargo.toml @@ -26,7 +26,7 @@ scale-info = { version = "2.11.1", default-features = false, features = [ # frame frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["experimental"], version = "34.0.0" } -frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.40.0" } frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "34.0.0" }