@@ -35,11 +35,11 @@ phala-crypto = { path = "../phala-crypto", features = ["getrandom", "stream"] }
3535prpc = { path = " ../prpc" }
3636pink = { path = " ../pink" }
3737
38- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
39- sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " , features = [" disable_target_static_assertions" ] }
40- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
41- sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
42- parity-scale-codec = { package = " parity-scale-codec" , version = " 3.0 " , default-features = false , features = [" derive" , " full" , " chain-error" ] }
38+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
39+ sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " , features = [" disable_target_static_assertions" ] }
40+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
41+ sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
42+ parity-scale-codec = { package = " parity-scale-codec" , version = " 3.1 " , default-features = false , features = [" derive" , " full" , " chain-error" ] }
4343scopeguard = { version = " 1.1" , default-features = false }
4444
4545# Phala specific
@@ -54,11 +54,11 @@ derive_more = "0.99.0"
5454hash-db = { version = " 0.15.2" , default-features = false }
5555num = { package = " num-traits" , version = " 0.2" , default-features = false }
5656finality-grandpa = { version = " 0.15" , default-features = false , features = [" derive-codec" ] }
57- trie = { package = " sp-trie " , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
58- frame-system = { package = " frame-system " , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
59- sp-finality-grandpa = { package = " sp-finality-grandpa " , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
60- sp-application-crypto = { package = " sp-application-crypto " , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
61- sp-core = { package = " sp-core " , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
57+ frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
58+ sp-trie = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
59+ sp-finality-grandpa = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
60+ sp-application-crypto = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
61+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
6262
6363fixed = " 1.9.0"
6464fixed-sqrt = " 0.2.4"
0 commit comments