@@ -52,69 +52,69 @@ runtime-utils = { package = "test-runtime-utils", path = "test/runtime-utils", d
5252task-scheduler-runtime-api = { path = " pallets/offchain-task-scheduler/runtime-api" , default-features = false }
5353
5454# Substrate Dependencies
55- frame-benchmarking-cli = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
56- frame-benchmarking = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
57- frame-executive = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
58- frame-election-provider-support = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
59- frame-support = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
60- frame-system = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
61- frame-system-benchmarking = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
62- frame-system-rpc-runtime-api = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
63- pallet-balances = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
64- pallet-randomness-collective-flip = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
65- pallet-session = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
66- pallet-staking-substrate = { package = " pallet-staking" , branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
67- pallet-scheduler = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
68- pallet-sudo = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
69- pallet-timestamp = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
70- pallet-transaction-payment = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
71- pallet-transaction-payment-rpc = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
72- pallet-transaction-payment-rpc-runtime-api = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
73- sc-basic-authorship = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
74- sc-cli = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
75- sc-client-api = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
76- sc-client-db = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , features = [" test-helpers" ] }
77- sc-consensus = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
78- sc-consensus-pow = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
79- sc-executor = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
80- sc-keystore = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
81- sc-offchain = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
82- sc-rpc = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
83- sc-rpc-api = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
84- sc-telemetry = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
85- sc-transaction-pool = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
86- sc-transaction-pool-api = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
87- sc-service = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , features = [
55+ frame-benchmarking-cli = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
56+ frame-benchmarking = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
57+ frame-executive = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
58+ frame-election-provider-support = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
59+ frame-support = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
60+ frame-system = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
61+ frame-system-benchmarking = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
62+ frame-system-rpc-runtime-api = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
63+ pallet-balances = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
64+ pallet-insecure- randomness-collective-flip = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
65+ pallet-session = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
66+ pallet-staking-substrate = { package = " pallet-staking" , branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
67+ pallet-scheduler = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
68+ pallet-sudo = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
69+ pallet-timestamp = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
70+ pallet-transaction-payment = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
71+ pallet-transaction-payment-rpc = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
72+ pallet-transaction-payment-rpc-runtime-api = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
73+ sc-basic-authorship = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
74+ sc-cli = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
75+ sc-client-api = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
76+ sc-client-db = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , features = [" test-helpers" ] }
77+ sc-consensus = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
78+ sc-consensus-pow = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
79+ sc-executor = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
80+ sc-keystore = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
81+ sc-offchain = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
82+ sc-rpc = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
83+ sc-rpc-api = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
84+ sc-telemetry = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
85+ sc-transaction-pool = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
86+ sc-transaction-pool-api = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
87+ sc-service = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , features = [
8888 " test-helpers" ,
8989] }
90- sp-api = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
91- sp-application-crypto = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
92- sp-arithmetic = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
93- sp-block-builder = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
94- sp-blockchain = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
95- sp-consensus = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
96- sp-consensus-pow = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
97- sp-core = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
98- sp-inherents = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
99- sp-io = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
100- sp-keystore = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
101- sp-offchain = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
102- sp-runtime = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
103- sp-runtime-interface = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
104- sp-session = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
105- sp-state-machine = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
106- sp-staking = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
107- sp-std = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
108- sp-timestamp = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
109- sp-transaction-pool = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
110- sp-version = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
111- substrate-build-script-utils = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
112- substrate-frame-rpc-system = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
113- substrate-prometheus-endpoint = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
114- substrate-test-client = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
115- tracing = { package = " sp-tracing" , branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
116- frame-try-runtime = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
117- sp-externalities = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
118- substrate-wasm-builder = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
119- try-runtime-cli = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
120- sp-keyring = { branch = " polkadot-v0.9.38 " , git = " https://github.com/paritytech/substrate.git" }
90+ sp-api = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
91+ sp-application-crypto = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
92+ sp-arithmetic = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
93+ sp-block-builder = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
94+ sp-blockchain = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
95+ sp-consensus = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
96+ sp-consensus-pow = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
97+ sp-core = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
98+ sp-inherents = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
99+ sp-io = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
100+ sp-keystore = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
101+ sp-offchain = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
102+ sp-runtime = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
103+ sp-runtime-interface = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
104+ sp-session = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
105+ sp-state-machine = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
106+ sp-staking = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
107+ sp-std = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
108+ sp-timestamp = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
109+ sp-transaction-pool = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
110+ sp-version = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
111+ substrate-build-script-utils = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
112+ substrate-frame-rpc-system = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
113+ substrate-prometheus-endpoint = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
114+ substrate-test-client = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
115+ tracing = { package = " sp-tracing" , branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
116+ frame-try-runtime = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
117+ sp-externalities = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" , default-features = false }
118+ substrate-wasm-builder = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
119+ try-runtime-cli = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
120+ sp-keyring = { branch = " polkadot-v0.9.39 " , git = " https://github.com/paritytech/substrate.git" }
0 commit comments