diff --git a/Cargo.lock b/Cargo.lock index 95bd004b2c..371f979dd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8321,9 +8321,9 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "8.0.3" +version = "8.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0493c09d29fefc62579284b596618fcceb68fdb3dd38de79fe3c922a19916249" +checksum = "c13f5c598737e84294880333170d1df3868a11ad7ee79d0b1d1af37365e1c277" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -12856,9 +12856,9 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d3615664be8525d6f23e42dce1c314abc7f961a7f862b74012444e16d5dde5c" +checksum = "6a3e2e3b94bfcfc8f363e21a6c5a1d3c67eb4592ada672c868a3236ad1dd563b" dependencies = [ "ethabi-decode", "frame-support", @@ -12930,9 +12930,9 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4933810488df1660cf60f53a7952ce1dff6aaef72d9fc740e1274e937136444e" +checksum = "1c822746dcdf13b2e98d5474b2257d86f04362435a6b9355abeaecd8bca6c2d9" dependencies = [ "frame-support", "parity-scale-codec", @@ -12946,9 +12946,9 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0fd437cd5db8b7d16cdd4da110d674d245532afa31df10108a11858a07844a6" +checksum = "cb89a9f375672031669fef4b2f4037cdf84dc1624ebd204c5cea839a0844bcdd" dependencies = [ "bp-runtime", "byte-slice-cast", @@ -12993,9 +12993,9 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c1fbfd32dbba082a9312c02c3ef35de929741f78f48e88b7668909350ef9e2" +checksum = "08f9709398848997157335598e46a16c357bcec29e1a0db0917bbfe8aa64f45b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -13042,9 +13042,9 @@ dependencies = [ [[package]] name = "snowbridge-pallet-outbound-queue" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c7498ba5bc2b15e1d032b3e44659cd117cad24eab457a40dc5e17acfaac0aff" +checksum = "3467d4c9f2eea9ef1b9a86e0ee811727bd373140b01a35216b5a02d54dd9108f" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -13067,9 +13067,9 @@ dependencies = [ [[package]] name = "snowbridge-pallet-system" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6a410d9312bdcc3ba5944abb7d21f6b25065b32c7f8b39b9c7a4b0bd0dacfb4" +checksum = "514249487076bff142a2a5b5ddc7bd2f51826247af39ef1a0e48ca0db48ccfc3" dependencies = [ "ethabi-decode", "frame-benchmarking", diff --git a/integration-tests/emulated/helpers/Cargo.toml b/integration-tests/emulated/helpers/Cargo.toml index a9947dc1d7..6cb3a28af8 100644 --- a/integration-tests/emulated/helpers/Cargo.toml +++ b/integration-tests/emulated/helpers/Cargo.toml @@ -16,7 +16,7 @@ pallet-message-queue = { version = "32.0.0" } # Polkadot xcm = { package = "staging-xcm", version = "8.0.1" } -pallet-xcm = { version = "8.0.3" } +pallet-xcm = { version = "8.0.4" } # Cumulus xcm-emulator = { version = "0.6.0" } diff --git a/integration-tests/emulated/tests/assets/asset-hub-kusama/Cargo.toml b/integration-tests/emulated/tests/assets/asset-hub-kusama/Cargo.toml index 1cccf0b697..24ba080737 100644 --- a/integration-tests/emulated/tests/assets/asset-hub-kusama/Cargo.toml +++ b/integration-tests/emulated/tests/assets/asset-hub-kusama/Cargo.toml @@ -22,7 +22,7 @@ pallet-message-queue = { version = "32.0.0" } # Polkadot xcm = { package = "staging-xcm", version = "8.0.1" } xcm-executor = { package = "staging-xcm-executor", default-features = false, version = "8.0.1" } -pallet-xcm = { version = "8.0.3" } +pallet-xcm = { version = "8.0.4" } # Cumulus parachains-common = { version = "8.0.0" } diff --git a/integration-tests/emulated/tests/assets/asset-hub-polkadot/Cargo.toml b/integration-tests/emulated/tests/assets/asset-hub-polkadot/Cargo.toml index 7741edf09c..673192c552 100644 --- a/integration-tests/emulated/tests/assets/asset-hub-polkadot/Cargo.toml +++ b/integration-tests/emulated/tests/assets/asset-hub-polkadot/Cargo.toml @@ -23,7 +23,7 @@ pallet-message-queue = { version = "32.0.0" } # Polkadot polkadot-runtime-common = { version = "8.0.1" } xcm = { package = "staging-xcm", version = "8.0.1" } -pallet-xcm = { version = "8.0.3" } +pallet-xcm = { version = "8.0.4" } xcm-executor = { package = "staging-xcm-executor", version = "8.0.1" } # Cumulus diff --git a/integration-tests/emulated/tests/bridges/bridge-hub-kusama/Cargo.toml b/integration-tests/emulated/tests/bridges/bridge-hub-kusama/Cargo.toml index b4a9ae2cb7..21da9fe624 100644 --- a/integration-tests/emulated/tests/bridges/bridge-hub-kusama/Cargo.toml +++ b/integration-tests/emulated/tests/bridges/bridge-hub-kusama/Cargo.toml @@ -23,7 +23,7 @@ pallet-message-queue = { version = "32.0.0" } # Polkadot xcm = { package = "staging-xcm", version = "8.0.1" } -pallet-xcm = { version = "8.0.3" } +pallet-xcm = { version = "8.0.4" } xcm-executor = { package = "staging-xcm-executor", version = "8.0.1" } # Cumulus @@ -46,8 +46,8 @@ system-parachains-constants = { path = "../../../../../system-parachains/constan # Snowbridge snowbridge-beacon-primitives = { version = "0.1.0" } -snowbridge-core = { version = "0.1.0" } +snowbridge-core = { version = "0.1.1" } snowbridge-router-primitives = { version = "0.1.0" } -snowbridge-pallet-system = { version = "0.1.0" } -snowbridge-pallet-outbound-queue = { version = "0.1.0" } +snowbridge-pallet-system = { version = "0.1.1" } +snowbridge-pallet-outbound-queue = { version = "0.1.1" } snowbridge-pallet-inbound-queue-fixtures = { version = "0.9.0" } diff --git a/integration-tests/emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml b/integration-tests/emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml index d7fa7a7aa8..09c49ccb11 100644 --- a/integration-tests/emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml +++ b/integration-tests/emulated/tests/bridges/bridge-hub-polkadot/Cargo.toml @@ -23,7 +23,7 @@ pallet-message-queue = { version = "32.0.0" } # Polkadot xcm = { package = "staging-xcm", version = "8.0.1" } -pallet-xcm = { version = "8.0.3" } +pallet-xcm = { version = "8.0.4" } xcm-executor = { package = "staging-xcm-executor", version = "8.0.1" } # Cumulus @@ -46,8 +46,8 @@ system-parachains-constants = { path = "../../../../../system-parachains/constan # Snowbridge snowbridge-beacon-primitives = { version = "0.1.0" } -snowbridge-core = { version = "0.1.0" } +snowbridge-core = { version = "0.1.1" } snowbridge-router-primitives = { version = "0.1.0" } -snowbridge-pallet-system = { version = "0.1.0" } -snowbridge-pallet-outbound-queue = { version = "0.1.0" } +snowbridge-pallet-system = { version = "0.1.1" } +snowbridge-pallet-outbound-queue = { version = "0.1.1" } snowbridge-pallet-inbound-queue-fixtures = { version = "0.9.0" } diff --git a/relay/kusama/Cargo.toml b/relay/kusama/Cargo.toml index b4f759f9f6..9455aa81ce 100644 --- a/relay/kusama/Cargo.toml +++ b/relay/kusama/Cargo.toml @@ -80,7 +80,7 @@ pallet-treasury = { default-features = false , version = "28.0.0" } pallet-utility = { default-features = false , version = "29.0.0" } pallet-vesting = { default-features = false , version = "29.0.0" } pallet-whitelist = { default-features = false , version = "28.0.0" } -pallet-xcm = { default-features = false , version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } pallet-xcm-benchmarks = { default-features = false, optional = true , version = "8.0.2" } frame-election-provider-support = { default-features = false , version = "29.0.0" } diff --git a/relay/polkadot/Cargo.toml b/relay/polkadot/Cargo.toml index 9bf1a95d91..ae4654a22a 100644 --- a/relay/polkadot/Cargo.toml +++ b/relay/polkadot/Cargo.toml @@ -79,7 +79,7 @@ pallet-whitelist = { default-features = false , version = "28.0.0" } pallet-vesting = { default-features = false , version = "29.0.0" } pallet-utility = { default-features = false , version = "29.0.0" } frame-election-provider-support = { default-features = false , version = "29.0.0" } -pallet-xcm = { default-features = false, version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } pallet-xcm-benchmarks = { default-features = false, optional = true , version = "8.0.2" } frame-benchmarking = { default-features = false, optional = true , version = "29.0.0" } diff --git a/system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml b/system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml index 6c1bf63ddf..44b5663396 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml +++ b/system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml @@ -67,7 +67,7 @@ sp-weights = { default-features = false, version = "28.0.0" } primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "num-traits"] } # Polkadot -pallet-xcm = { default-features = false, version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } pallet-xcm-benchmarks = { default-features = false, optional = true , version = "8.0.2" } polkadot-core-primitives = { default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { default-features = false, version = "7.0.0" } diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml b/system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml index 2a4bbcacf3..03c60e7cfa 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml +++ b/system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml @@ -67,7 +67,7 @@ sp-weights = { default-features = false, version = "28.0.0" } primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "num-traits"] } # Polkadot -pallet-xcm = { default-features = false, version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } pallet-xcm-benchmarks = { default-features = false, optional = true , version = "8.0.2" } polkadot-core-primitives = { default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { default-features = false, version = "7.0.0" } diff --git a/system-parachains/bridge-hubs/bridge-hub-kusama/Cargo.toml b/system-parachains/bridge-hubs/bridge-hub-kusama/Cargo.toml index 02ced15d47..1e74f5a9c2 100644 --- a/system-parachains/bridge-hubs/bridge-hub-kusama/Cargo.toml +++ b/system-parachains/bridge-hubs/bridge-hub-kusama/Cargo.toml @@ -60,7 +60,7 @@ sp-transaction-pool = { default-features = false, version = "27.0.0" } sp-version = { default-features = false, version = "30.0.0" } # Polkadot -pallet-xcm = { default-features = false, version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } pallet-xcm-benchmarks = { default-features = false, optional = true , version = "8.0.2" } polkadot-core-primitives = { default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { default-features = false, version = "7.0.0" } @@ -103,13 +103,13 @@ pallet-xcm-bridge-hub = { default-features = false , version = "0.3.0" } # Ethereum Bridge (Snowbridge) snowbridge-beacon-primitives = { default-features = false , version = "0.1.0" } -snowbridge-pallet-system = { default-features = false , version = "0.1.0" } +snowbridge-pallet-system = { default-features = false , version = "0.1.1" } snowbridge-system-runtime-api = { default-features = false , version = "0.1.0" } -snowbridge-core = { default-features = false , version = "0.1.0" } -snowbridge-pallet-ethereum-client = { default-features = false , version = "0.1.0" } -snowbridge-pallet-inbound-queue = { default-features = false , version = "0.1.0" } -snowbridge-pallet-outbound-queue = { default-features = false , version = "0.1.0" } -snowbridge-outbound-queue-runtime-api = { default-features = false , version = "0.1.0" } +snowbridge-core = { default-features = false , version = "0.1.1" } +snowbridge-pallet-ethereum-client = { default-features = false , version = "0.1.1" } +snowbridge-pallet-inbound-queue = { default-features = false , version = "0.1.1" } +snowbridge-pallet-outbound-queue = { default-features = false , version = "0.1.1" } +snowbridge-outbound-queue-runtime-api = { default-features = false , version = "0.1.1" } snowbridge-router-primitives = { default-features = false , version = "0.1.0" } snowbridge-runtime-common = { default-features = false, version = "0.1.0" } diff --git a/system-parachains/bridge-hubs/bridge-hub-kusama/primitives/Cargo.toml b/system-parachains/bridge-hubs/bridge-hub-kusama/primitives/Cargo.toml index fbef882772..55e4342a9c 100644 --- a/system-parachains/bridge-hubs/bridge-hub-kusama/primitives/Cargo.toml +++ b/system-parachains/bridge-hubs/bridge-hub-kusama/primitives/Cargo.toml @@ -18,7 +18,7 @@ system-parachains-constants = { path = "../../../constants", default-features = bp-bridge-hub-cumulus = { default-features = false , version = "0.8.0" } bp-runtime = { default-features = false , version = "0.8.0" } bp-messages = { default-features = false , version = "0.8.0" } -snowbridge-core = { default-features = false , version = "0.1.0" } +snowbridge-core = { default-features = false , version = "0.1.1" } # Substrate Based Dependencies frame-support = { default-features = false, version = "29.0.0" } diff --git a/system-parachains/bridge-hubs/bridge-hub-polkadot/Cargo.toml b/system-parachains/bridge-hubs/bridge-hub-polkadot/Cargo.toml index 2533ea4ed3..2f630f6508 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/Cargo.toml +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/Cargo.toml @@ -60,7 +60,7 @@ sp-transaction-pool = { default-features = false, version = "27.0.0" } sp-version = { default-features = false, version = "30.0.0" } # Polkadot -pallet-xcm = { default-features = false, version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } pallet-xcm-benchmarks = { default-features = false, optional = true , version = "8.0.2" } polkadot-core-primitives = { default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { default-features = false, version = "7.0.0" } @@ -103,13 +103,13 @@ pallet-xcm-bridge-hub = { default-features = false , version = "0.3.0" } # Ethereum Bridge (Snowbridge) snowbridge-beacon-primitives = { default-features = false , version = "0.1.0" } -snowbridge-pallet-system = { default-features = false , version = "0.1.0" } +snowbridge-pallet-system = { default-features = false , version = "0.1.1" } snowbridge-system-runtime-api = { default-features = false , version = "0.1.0" } -snowbridge-core = { default-features = false , version = "0.1.0" } -snowbridge-pallet-ethereum-client = { default-features = false , version = "0.1.0" } -snowbridge-pallet-inbound-queue = { default-features = false , version = "0.1.0" } -snowbridge-pallet-outbound-queue = { default-features = false , version = "0.1.0" } -snowbridge-outbound-queue-runtime-api = { default-features = false , version = "0.1.0" } +snowbridge-core = { default-features = false , version = "0.1.1" } +snowbridge-pallet-ethereum-client = { default-features = false , version = "0.1.1" } +snowbridge-pallet-inbound-queue = { default-features = false , version = "0.1.1" } +snowbridge-pallet-outbound-queue = { default-features = false , version = "0.1.1" } +snowbridge-outbound-queue-runtime-api = { default-features = false , version = "0.1.1" } snowbridge-router-primitives = { default-features = false , version = "0.1.0" } snowbridge-runtime-common = { default-features = false, version = "0.1.0" } diff --git a/system-parachains/bridge-hubs/bridge-hub-polkadot/primitives/Cargo.toml b/system-parachains/bridge-hubs/bridge-hub-polkadot/primitives/Cargo.toml index 6787337771..98be0473d5 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/primitives/Cargo.toml +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/primitives/Cargo.toml @@ -18,7 +18,7 @@ system-parachains-constants = { path = "../../../constants", default-features = bp-bridge-hub-cumulus = { default-features = false , version = "0.8.0" } bp-runtime = { default-features = false , version = "0.8.0" } bp-messages = { default-features = false , version = "0.8.0" } -snowbridge-core = { default-features = false , version = "0.1.0" } +snowbridge-core = { default-features = false , version = "0.1.1" } # Substrate Based Dependencies frame-support = { default-features = false, version = "29.0.0" } diff --git a/system-parachains/collectives/collectives-polkadot/Cargo.toml b/system-parachains/collectives/collectives-polkadot/Cargo.toml index 577cd7bf57..7c0552b188 100644 --- a/system-parachains/collectives/collectives-polkadot/Cargo.toml +++ b/system-parachains/collectives/collectives-polkadot/Cargo.toml @@ -59,7 +59,7 @@ sp-transaction-pool = { default-features = false, version = "27.0.0" } sp-version = { default-features = false, version = "30.0.0" } # Polkadot -pallet-xcm = { default-features = false, version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } polkadot-core-primitives = { default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { default-features = false, version = "7.0.0" } polkadot-runtime-common = { default-features = false, version = "8.0.1" } diff --git a/system-parachains/encointer/Cargo.toml b/system-parachains/encointer/Cargo.toml index 2275f57ae7..83f5cd6f40 100644 --- a/system-parachains/encointer/Cargo.toml +++ b/system-parachains/encointer/Cargo.toml @@ -80,7 +80,7 @@ sp-version = { default-features = false, version = "30.0.0" } sp-genesis-builder = { default-features = false, version = "0.8.0" } # Polkadot dependencies -pallet-xcm = { default-features = false, version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } polkadot-parachain-primitives = { default-features = false, version = "7.0.0" } polkadot-runtime-common = { default-features = false, version = "8.0.1" } xcm = { package = "staging-xcm", default-features = false, version = "8.0.1" } diff --git a/system-parachains/people/people-kusama/Cargo.toml b/system-parachains/people/people-kusama/Cargo.toml index c2257634c4..7cfe0724a7 100644 --- a/system-parachains/people/people-kusama/Cargo.toml +++ b/system-parachains/people/people-kusama/Cargo.toml @@ -51,7 +51,7 @@ sp-transaction-pool = { default-features = false, version = "27.0.0" } sp-version = { default-features = false, version = "30.0.0" } # Polkadot -pallet-xcm = { default-features = false, version = "8.0.3" } +pallet-xcm = { default-features = false, version = "8.0.4" } pallet-xcm-benchmarks = { default-features = false, optional = true , version = "8.0.2" } polkadot-parachain-primitives = { default-features = false, version = "7.0.0" } polkadot-runtime-common = { default-features = false, version = "8.0.1" }