@@ -40,10 +40,10 @@ phala-crypto = { path = "../phala-crypto", features = ["getrandom", "stream"] }
4040prpc = { path = " ../prpc" }
4141pink = { path = " ../pink" }
4242
43- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
44- sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " , features = [" disable_target_static_assertions" ] }
45- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
46- sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
43+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
44+ sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " , features = [" disable_target_static_assertions" ] }
45+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " }
46+ sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " }
4747parity-scale-codec = { package = " parity-scale-codec" , version = " 3.0" , default-features = false , features = [" derive" , " full" , " chain-error" ] }
4848scopeguard = { version = " 1.1" , default-features = false }
4949
@@ -61,11 +61,11 @@ derive_more = "0.99.0"
6161hash-db = { version = " 0.15.2" , default-features = false }
6262num = { package = " num-traits" , version = " 0.2" , default-features = false }
6363finality-grandpa = { version = " 0.15" , default-features = false , features = [" derive-codec" ] }
64- trie = { package = " sp-trie" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
65- frame-system = { package = " frame-system" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
66- sp-finality-grandpa = { package = " sp-finality-grandpa" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
67- sp-application-crypto = { package = " sp-application-crypto" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
68- sp-core = { package = " sp-core" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
64+ trie = { package = " sp-trie" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " }
65+ frame-system = { package = " frame-system" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " }
66+ sp-finality-grandpa = { package = " sp-finality-grandpa" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " }
67+ sp-application-crypto = { package = " sp-application-crypto" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " }
68+ sp-core = { package = " sp-core" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.25 " }
6969
7070fixed = " 1.9.0"
7171fixed-sqrt = " 0.2.4"
0 commit comments