@@ -36,11 +36,11 @@ prpc = { path = "../prpc" }
36
36
pink = { path = " ../pink/runner" , package = " pink-runner" }
37
37
pink-extension-runtime = { path = " ../pink/pink-extension-runtime" }
38
38
39
- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
40
- sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " , features = [" disable_target_static_assertions" ] }
41
- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " }
42
- sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " }
43
- sp-state-machine = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " }
39
+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
40
+ sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " , features = [" disable_target_static_assertions" ] }
41
+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " }
42
+ sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " }
43
+ sp-state-machine = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " }
44
44
parity-scale-codec = { package = " parity-scale-codec" , version = " 3.3" , default-features = false , features = [" derive" , " full" , " chain-error" ] }
45
45
scopeguard = { version = " 1.1" , default-features = false }
46
46
@@ -56,11 +56,11 @@ derive_more = "0.99.0"
56
56
hash-db = { version = " 0.16.0" , default-features = false }
57
57
num = { package = " num-traits" , version = " 0.2" , default-features = false }
58
58
finality-grandpa = { version = " 0.16.1" , default-features = false , features = [" derive-codec" ] }
59
- frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " }
60
- sp-trie = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " }
61
- sp-consensus-grandpa = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " }
62
- sp-application-crypto = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " }
63
- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.42 " }
59
+ frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " }
60
+ sp-trie = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " }
61
+ sp-consensus-grandpa = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " }
62
+ sp-application-crypto = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " }
63
+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.43 " }
64
64
65
65
fixed = " 1.9.0"
66
66
fixed-sqrt = " 0.2.4"
0 commit comments