diff --git a/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml index 118c7a3fc7e2..2121cd0f7b25 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml @@ -15,7 +15,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } -pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.2" } # Polkadot xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.1" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml index 5b3ee40d26aa..04b06e9b76a9 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml @@ -15,7 +15,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" } pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } -pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.2" } # Polkadot xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.1" } diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index e27672f280c3..e0170981a857 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml @@ -28,7 +28,7 @@ frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", defau pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } -pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index ae172427c2e5..ad7df0b09441 100644 --- a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml @@ -28,7 +28,7 @@ frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", defau pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" } pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" } pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" } -pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.2" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" } pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" } diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index ead9c9e189f7..23c732d3c24c 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -34,7 +34,7 @@ pallet-authorship = { path = "../../../substrate/frame/authorship", default-feat pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" } pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.7.2" } pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false, version = "28.0.0" } -pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.2" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "29.0.0" } frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" } pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "29.0.3" } diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 5016539f45c2..58a699317d0e 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -59,7 +59,7 @@ pallet-elections-phragmen = { path = "../../../substrate/frame/elections-phragme pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false, version = "8.0.0" } frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "29.0.0" } pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false, version = "29.0.0" } -pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.2" } pallet-im-online = { path = "../../../substrate/frame/im-online", default-features = false, version = "28.0.0" } pallet-indices = { path = "../../../substrate/frame/indices", default-features = false, version = "29.0.0" } pallet-membership = { path = "../../../substrate/frame/membership", default-features = false, version = "29.0.0" } diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 1a8346aac5d3..f84453863270 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -64,7 +64,7 @@ pallet-elections-phragmen = { package = "pallet-elections-phragmen", path = "../ pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false, version = "28.0.0" } pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false, version = "28.0.0" } pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false, version = "29.0.0" } -pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.2" } pallet-im-online = { path = "../../../substrate/frame/im-online", default-features = false, version = "28.0.0" } pallet-indices = { path = "../../../substrate/frame/indices", default-features = false, version = "29.0.0" } pallet-membership = { path = "../../../substrate/frame/membership", default-features = false, version = "29.0.0" } diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index 24edee0cfbf3..beffc8d06677 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -93,7 +93,7 @@ pallet-nis = { path = "../../../frame/nis", default-features = false, version = pallet-grandpa = { path = "../../../frame/grandpa", default-features = false, version = "29.0.0" } pallet-im-online = { path = "../../../frame/im-online", default-features = false, version = "28.0.0" } pallet-indices = { path = "../../../frame/indices", default-features = false, version = "29.0.0" } -pallet-identity = { path = "../../../frame/identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../../../frame/identity", default-features = false, version = "29.0.2" } pallet-lottery = { path = "../../../frame/lottery", default-features = false, version = "29.0.0" } pallet-membership = { path = "../../../frame/membership", default-features = false, version = "29.0.0" } pallet-message-queue = { path = "../../../frame/message-queue", default-features = false, version = "32.0.0" } diff --git a/substrate/frame/alliance/Cargo.toml b/substrate/frame/alliance/Cargo.toml index 8539e728fb29..884048af621c 100644 --- a/substrate/frame/alliance/Cargo.toml +++ b/substrate/frame/alliance/Cargo.toml @@ -32,7 +32,7 @@ frame-benchmarking = { path = "../benchmarking", default-features = false, optio frame-support = { path = "../support", default-features = false, version = "29.0.2" } frame-system = { path = "../system", default-features = false, version = "29.0.0" } -pallet-identity = { path = "../identity", default-features = false, version = "29.0.1" } +pallet-identity = { path = "../identity", default-features = false, version = "29.0.2" } pallet-collective = { path = "../collective", default-features = false, optional = true, version = "29.0.0" } [dev-dependencies]