@@ -9,8 +9,7 @@ parity-scale-codec   = { package = "parity-scale-codec", version = "3.1", defaul
99scale-info  = { version  = " 2.1"  , default-features  = false , features  = [" derive"  ] }
1010serde  = { version  = " 1"  , features  = [" derive"  ], default-features  = false  }
1111base64  = { version  = " 0.13"   }
12- #  TODO.kevin: Move back to crates.io once it released 1.0
13- derive_more  = { version  = " 0.99.17"  , git  = " https://github.com/JelteF/derive_more"   }
12+ derive_more  = { version  = " 0.99.17"   }
1413prost  = { version  = " 0.11.0"  , default-features  = false  }
1514
1615phala-trie-storage  = { path  = " ../../../crates/phala-trie-storage"  , default-features  = false , features  = [" serde"  ] }
@@ -20,19 +19,19 @@ phala-crypto = { path = "../../../crates/phala-crypto" }
2019phala-mq  = { path  = " ../../../crates/phala-mq"   }
2120chain  = { path  = " ../../../standalone/runtime"  , default-features  = false , package  = " phala-node-runtime"   }
2221
23- sp-finality-grandpa  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.30 "  , default-features  = false  }
24- frame-system  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.30 "  , default-features  = false  }
25- sp-core  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.30 "  , default-features  = false , features  = [" full_crypto"  ] }
26- sp-application-crypto  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.30 "  , default-features  = false , features  = [" full_crypto"  ] }
27- sp-runtime  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.30 "  , default-features  = false  }
22+ sp-finality-grandpa  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.31 "  , default-features  = false  }
23+ frame-system  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.31 "  , default-features  = false  }
24+ sp-core  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.31 "  , default-features  = false , features  = [" full_crypto"  ] }
25+ sp-application-crypto  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.31 "  , default-features  = false , features  = [" full_crypto"  ] }
26+ sp-runtime  = { git  = " https://github.com/paritytech/substrate"  , branch  = " polkadot-v0.9.31 "  , default-features  = false  }
2827
2928#  for pruntime_client
3029async-trait  = " 0.1.57" 
3130anyhow  = { version  = " 1.0.43"  , optional  = true  }
3231log  = { version  = " 0.4.14"   }
3332reqwest  = { version  = " 0.11.4"  , optional  = true  }
3433
35- primitive-types  = { version  = " 0.11.0 "  , optional  = true , default-features  = false  }
34+ primitive-types  = { version  = " 0.12.1 "  , optional  = true , default-features  = false  }
3635
3736[dev-dependencies ]
3837insta  = " 1.13.0" 
0 commit comments