@@ -12,8 +12,8 @@ num-bigint = "0.4.0"
1212ring = " 0.16.20"
1313rand = " 0.8"
1414regex = " 1.5.5"
15- bitcoin = { version = " 0.27.0 " , features = [" use- serde" ]}
16- bitcoin_hashes = { version = " 0.10 .0" , default-features = false }
15+ bitcoin = { version = " 0.29.2 " , features = [" serde" ]}
16+ bitcoin_hashes = { version = " 0.11 .0" , default-features = false }
1717
1818serde = { version = " 1.0" , features = [" derive" , " std" , " rc" ] }
1919serde_json = " 1.0"
@@ -34,10 +34,10 @@ phala-crypto = { path = "../phala-crypto", features = ["getrandom", "stream"] }
3434prpc = { path = " ../prpc" }
3535pink = { path = " ../pink" }
3636
37- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
38- sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " , features = [" disable_target_static_assertions" ] }
39- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
40- sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
37+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
38+ sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " , features = [" disable_target_static_assertions" ] }
39+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " }
40+ sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " }
4141parity-scale-codec = { package = " parity-scale-codec" , version = " 3.1" , default-features = false , features = [" derive" , " full" , " chain-error" ] }
4242scopeguard = { version = " 1.1" , default-features = false }
4343
@@ -53,11 +53,11 @@ derive_more = "0.99.0"
5353hash-db = { version = " 0.15.2" , default-features = false }
5454num = { package = " num-traits" , version = " 0.2" , default-features = false }
5555finality-grandpa = { version = " 0.15" , default-features = false , features = [" derive-codec" ] }
56- frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
57- sp-trie = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
58- sp-finality-grandpa = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
59- sp-application-crypto = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
60- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
56+ frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " }
57+ sp-trie = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " }
58+ sp-finality-grandpa = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " }
59+ sp-application-crypto = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " }
60+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.31 " }
6161
6262fixed = " 1.9.0"
6363fixed-sqrt = " 0.2.4"
@@ -85,7 +85,7 @@ reqwest-env-proxy = { path = "../reqwest-env-proxy" }
8585insta = " 1.7.2"
8686rmp-serde = " 1"
8787serde_path_to_error = " 0.1.5"
88- ron = " 0.7 .0"
88+ ron = " 0.8 .0"
8989ciborium = " 0.2.0"
9090
9191[features ]
0 commit comments