diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index d3c5501a3..450e82d88 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -17,7 +17,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4", default-features = false } @@ -30,8 +30,8 @@ polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", bra polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4" } xcm-simulator = { git = "https://github.com/shaunxw/xcm-simulator", branch = "master" } -cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" } -parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" } +cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4" } +parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4" } xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" } xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" }