@@ -19,42 +19,42 @@ targets = ["x86_64-unknown-linux-gnu"]
1919[dependencies ]
2020clap = { version = " 3.0" , features = [" derive" ] }
2121
22- sc-cli = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ], branch = " polkadot-v0.9.27 " }
23- sp-core = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
24- sc-executor = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ], branch = " polkadot-v0.9.27 " }
25- sc-service = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ], branch = " polkadot-v0.9.27 " }
26- sc-telemetry = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
27- sc-keystore = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
28- sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
29- sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
30- sc-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
31- sp-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
32- sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
33- sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
34- sc-finality-grandpa = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
35- sp-finality-grandpa = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
36- sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
37- sp-runtime = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
38- sp-timestamp = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
39- sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
40- sp-keyring = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
41- frame-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
42- pallet-transaction-payment = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
22+ sc-cli = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ], branch = " polkadot-v0.9.28 " }
23+ sp-core = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
24+ sc-executor = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ], branch = " polkadot-v0.9.28 " }
25+ sc-service = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , features = [" wasmtime" ], branch = " polkadot-v0.9.28 " }
26+ sc-telemetry = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
27+ sc-keystore = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
28+ sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
29+ sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
30+ sc-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
31+ sp-consensus-aura = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
32+ sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
33+ sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
34+ sc-finality-grandpa = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
35+ sp-finality-grandpa = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
36+ sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
37+ sp-runtime = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
38+ sp-timestamp = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
39+ sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
40+ sp-keyring = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
41+ frame-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
42+ pallet-transaction-payment = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
4343
4444# These dependencies are used for the node template"s RPCs
45- jsonrpsee = { version = " 0.14.0 " , features = [" server" ] }
46- sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
47- sp-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
48- sc-rpc-api = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
49- sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
50- sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
51- sc-basic-authorship = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
52- substrate-frame-rpc-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
53- pallet-transaction-payment-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
45+ jsonrpsee = { version = " 0.15.1 " , features = [" server" ] }
46+ sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
47+ sp-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
48+ sc-rpc-api = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
49+ sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
50+ sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
51+ sc-basic-authorship = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
52+ substrate-frame-rpc-system = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
53+ pallet-transaction-payment-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
5454
5555# These dependencies are used for runtime benchmarking
56- frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
57- frame-benchmarking-cli = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
56+ frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
57+ frame-benchmarking-cli = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
5858
5959# Local Dependencies
6060rmrk-substrate-runtime = { version = " 4.0.0-dev" , path = " ../runtime" }
@@ -65,10 +65,10 @@ pallet-rmrk-core = { version = "0.0.1", path = "../pallets/rmrk-core" }
6565pallet-rmrk-equip = { version = " 0.0.1" , path = " ../pallets/rmrk-equip" }
6666
6767# CLI-specific dependencies
68- try-runtime-cli = { version = " 0.10.0-dev" , optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
68+ try-runtime-cli = { version = " 0.10.0-dev" , optional = true , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
6969
7070[build-dependencies ]
71- substrate-build-script-utils = { version = " 3.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27 " }
71+ substrate-build-script-utils = { version = " 3.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.28 " }
7272
7373[features ]
7474default = []
0 commit comments