From fb171f1f5ae3c28e238e9455e1f5e079dc890fbe Mon Sep 17 00:00:00 2001 From: zqh Date: Wed, 20 Apr 2022 23:28:14 +0800 Subject: [PATCH] v0.9.19 --- Cargo.dev.toml | 130 +++++++++++++++--------------- auction/Cargo.toml | 14 ++-- authority/Cargo.toml | 18 ++--- bencher/Cargo.toml | 26 +++--- bencher/test/Cargo.toml | 14 ++-- benchmarking/Cargo.toml | 22 ++--- currencies/Cargo.toml | 16 ++-- gradually-update/Cargo.toml | 14 ++-- nft/Cargo.toml | 14 ++-- oracle/Cargo.toml | 16 ++-- oracle/rpc/Cargo.toml | 6 +- oracle/rpc/runtime-api/Cargo.toml | 4 +- rewards/Cargo.toml | 16 ++-- tokens/Cargo.toml | 18 ++--- tokens/rpc/Cargo.toml | 12 +-- tokens/rpc/runtime-api/Cargo.toml | 6 +- traits/Cargo.toml | 12 +-- unknown-tokens/Cargo.toml | 16 ++-- utilities/Cargo.toml | 12 +-- vesting/Cargo.toml | 16 ++-- weight-meter/Cargo.toml | 16 ++-- xcm-support/Cargo.toml | 10 +-- xcm/Cargo.toml | 14 ++-- xtokens/Cargo.toml | 46 +++++------ 24 files changed, 244 insertions(+), 244 deletions(-) diff --git a/Cargo.dev.toml b/Cargo.dev.toml index c3c81116b..95274286a 100644 --- a/Cargo.dev.toml +++ b/Cargo.dev.toml @@ -30,72 +30,72 @@ resolver = "2" split-debuginfo = "unpacked" [patch.'https://github.com/paritytech/substrate'] -frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -frame-support = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -frame-system = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-session = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sc-executor = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sc-utils = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-api = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-core = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-io = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-session = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-staking = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-std = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-storage = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-trie = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-version = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "fc3fd073d3a0acf9933c3994b660ebd7b5833f65" } +frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +frame-support = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +frame-system = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-session = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sc-executor = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sc-utils = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-api = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-core = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-io = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-session = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-staking = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-std = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-storage = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-trie = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-version = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "174735ea1bb5fc4513519c45181d8df63d86f613" } [patch.'https://github.com/paritytech/cumulus'] -cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "b1e91afb7421309b203d7627b736d9bcf58260eb" } -parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "b1e91afb7421309b203d7627b736d9bcf58260eb" } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "b1e91afb7421309b203d7627b736d9bcf58260eb" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "b1e91afb7421309b203d7627b736d9bcf58260eb" } -cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "b1e91afb7421309b203d7627b736d9bcf58260eb" } +cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "2317ef00dfa29a4d23fd6aa808d791a5dab82a02" } +parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "2317ef00dfa29a4d23fd6aa808d791a5dab82a02" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "2317ef00dfa29a4d23fd6aa808d791a5dab82a02" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "2317ef00dfa29a4d23fd6aa808d791a5dab82a02" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "2317ef00dfa29a4d23fd6aa808d791a5dab82a02" } [patch.'https://github.com/paritytech/polkadot'] -xcm = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } -xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } -xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } -pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } -polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } -polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } -polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } -xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "ef71ed8baef3007b039cdf040d24f5958edb390b" } \ No newline at end of file +xcm = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } +xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } +xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } +pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } +polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } +polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } +polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } +xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "f00a2772497aadddf75b8b4b475843ea0d910c48" } \ No newline at end of file diff --git a/auction/Cargo.toml b/auction/Cargo.toml index 31064e881..828364a5d 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -8,19 +8,19 @@ authors = ["Acala Developers"] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 7e17471cc..c55c50da4 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -8,20 +8,20 @@ authors = ["Acala Developers"] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/bencher/Cargo.toml b/bencher/Cargo.toml index e5797f44f..7d685c973 100644 --- a/bencher/Cargo.toml +++ b/bencher/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -paste = "1.0.6" +paste = "1.0.7" build-helper = { version = "0.1.1", optional = true } cargo_metadata = { version = "0.14.1", optional = true } tempfile = { version = "3.2.0", optional = true } @@ -24,18 +24,18 @@ serde_json = {version = "1.0.68", optional = true } hash-db = { version = "0.15.2", default-features = false, optional = true } bencher-procedural = { path = "bencher-procedural", default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false, optional = true } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false, features = ["wasmtime"], optional = true } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", optional = true } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false, features = ["with-kvdb-rocksdb"], optional = true } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false, optional = true } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false, optional = true } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false, features = ["wasmtime"], optional = true } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", optional = true } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false, features = ["with-kvdb-rocksdb"], optional = true } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false, optional = true } [features] default = ["std"] diff --git a/bencher/test/Cargo.toml b/bencher/test/Cargo.toml index 9145ceb0f..b49221036 100644 --- a/bencher/test/Cargo.toml +++ b/bencher/test/Cargo.toml @@ -13,18 +13,18 @@ required-features = ["bench"] [dependencies] serde = { version = "1.0.136", optional = true } -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } orml-bencher = { path = "..", default-features = false } orml-weight-meter = { path = "../../weight-meter", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index a8bac7b11..893a869fa 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -9,21 +9,21 @@ edition = "2021" [dependencies] serde = { version = "1.0.136", optional = true } -paste = "1.0" +paste = "1.0.7" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } log = { version = "0.4.14", default-features = false } [dev-dependencies] -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } hex-literal = "0.3.4" [features] diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index f04bbc020..03aa8bd3f 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -8,22 +8,22 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.4.1-dev" } [features] diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index 3c7a72485..5677b77bc 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -8,15 +8,15 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } [features] default = ["std"] diff --git a/nft/Cargo.toml b/nft/Cargo.toml index 6205245b2..589a71437 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -8,18 +8,18 @@ authors = ["Acala Developers"] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 7b28544c3..468b979e8 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -8,22 +8,22 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } [features] default = ["std"] diff --git a/oracle/rpc/Cargo.toml b/oracle/rpc/Cargo.toml index cc2b50323..a84641f6d 100644 --- a/oracle/rpc/Cargo.toml +++ b/oracle/rpc/Cargo.toml @@ -11,8 +11,8 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } jsonrpc-core = "18.0.0" jsonrpc-core-client = "18.0.0" jsonrpc-derive = "18.0.0" -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } orml-oracle-rpc-runtime-api = { path = "runtime-api", version = "0.4.1-dev" } diff --git a/oracle/rpc/runtime-api/Cargo.toml b/oracle/rpc/runtime-api/Cargo.toml index 46018aebf..b793e4704 100644 --- a/oracle/rpc/runtime-api/Cargo.toml +++ b/oracle/rpc/runtime-api/Cargo.toml @@ -8,8 +8,8 @@ description = "Runtime API module for orml-oracle-rpc." [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } [features] default = ["std"] diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index 7cc681306..efa728291 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -8,19 +8,19 @@ authors = ["Acala Developers"] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index fc2313a60..69c129314 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -8,20 +8,20 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/tokens/rpc/Cargo.toml b/tokens/rpc/Cargo.toml index 76da444b5..406b183ad 100644 --- a/tokens/rpc/Cargo.toml +++ b/tokens/rpc/Cargo.toml @@ -12,10 +12,10 @@ jsonrpc-core = "18.0.0" jsonrpc-core-client = "18.0.0" jsonrpc-derive = "18.0.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } orml-tokens-rpc-runtime-api = { version = "0.4.1-dev", path = "./runtime-api" } diff --git a/tokens/rpc/runtime-api/Cargo.toml b/tokens/rpc/runtime-api/Cargo.toml index dcf3e4b89..8cf486e8d 100644 --- a/tokens/rpc/runtime-api/Cargo.toml +++ b/tokens/rpc/runtime-api/Cargo.toml @@ -8,9 +8,9 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } orml-tokens = { default-features = false, path = "../../../tokens" } [features] diff --git a/traits/Cargo.toml b/traits/Cargo.toml index a3c2c4ea0..0ba0d771a 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -8,17 +8,17 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } num-traits = { version = "0.2.14", default-features = false } impl-trait-for-tuples = "0.2.2" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19", default-features = false } [features] default = ["std"] diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 73e9d10d3..42b40b86e 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -8,21 +8,21 @@ authors = ["Acala Developers"] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19", default-features = false } orml-xcm-support = { path = "../xcm-support", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index c2dfd2595..d90a26a9e 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -8,17 +8,17 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } [dev-dependencies] serde_json = "1.0.64" -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 79269f4c2..9a964adac 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -8,19 +8,19 @@ authors = ["Laminar Developers "] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/weight-meter/Cargo.toml b/weight-meter/Cargo.toml index 64b9b26bd..2b2b138c2 100644 --- a/weight-meter/Cargo.toml +++ b/weight-meter/Cargo.toml @@ -9,20 +9,20 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } weight-meter-procedural = { path = "weight-meter-procedural", default-features = false } [dev-dependencies] serde = { version = "1.0.136" } codec = { package = "parity-scale-codec", version = "3.0.0" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18"} -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19"} +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } [features] default = ["std"] diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml index 265b263c1..b381107c9 100644 --- a/xcm-support/Cargo.toml +++ b/xcm-support/Cargo.toml @@ -10,13 +10,13 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18", default-features = false } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19", default-features = false } +xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index ef8d41d40..e96c4cb83 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -9,17 +9,17 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18", default-features = false } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19", default-features = false } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19", default-features = false } [dev-dependencies] -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19" } [features] default = ["std"] diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 1cc069114..eee416dd5 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -8,43 +8,43 @@ authors = ["Acala Developers"] edition = "2021" [dependencies] -scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } +scale-info = { version = "2.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.18", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.19", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18", default-features = false } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19", default-features = false } +xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19", default-features = false } orml-xcm-support = { path = "../xcm-support", default-features = false } orml-traits = { path = "../traits", default-features = false} [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.19" } # cumulus -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.18" } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.18" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.18" } -cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.18" } -parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.18" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.19" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.19" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.19" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.19" } +parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.19" } # polkadot -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18" } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18" } -xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.18"} +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19" } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19" } +xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.19"} orml-tokens = { path = "../tokens" } orml-xcm = { path = "../xcm" }