diff --git a/Cargo.lock b/Cargo.lock index c6e1515..ec7439d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -3089,23 +3091,6 @@ dependencies = [ "wasm-bindgen-futures", ] -[[package]] -name = "node-executor" -version = "2.0.0-rc3" -source = "git+https://github.com/ProChain/substrate.git#ae57bf16183d87c54d9aecbb1a70a02c293b31f9" -dependencies = [ - "frame-benchmarking", - "node-primitives 2.0.0-rc3 (git+https://github.com/ProChain/substrate.git)", - "node-runtime 2.0.0-rc3 (git+https://github.com/ProChain/substrate.git)", - "parity-scale-codec", - "sc-executor", - "sp-core", - "sp-io", - "sp-state-machine", - "sp-trie", - "trie-root", -] - [[package]] name = "node-executor" version = "2.0.0-rc3" @@ -3140,6 +3125,23 @@ dependencies = [ "wabt", ] +[[package]] +name = "node-executor" +version = "2.0.0-rc3" +source = "git+https://github.com/ProChain/substrate.git#ae57bf16183d87c54d9aecbb1a70a02c293b31f9" +dependencies = [ + "frame-benchmarking", + "node-primitives 2.0.0-rc3 (git+https://github.com/ProChain/substrate.git)", + "node-runtime 2.0.0-rc3 (git+https://github.com/ProChain/substrate.git)", + "parity-scale-codec", + "sc-executor", + "sp-core", + "sp-io", + "sp-state-machine", + "sp-trie", + "trie-root", +] + [[package]] name = "node-inspect" version = "0.8.0-rc3" @@ -3159,26 +3161,26 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0-rc3" -source = "git+https://github.com/ProChain/substrate.git#ae57bf16183d87c54d9aecbb1a70a02c293b31f9" dependencies = [ "frame-system", "parity-scale-codec", + "pretty_assertions", "sp-application-crypto", "sp-core", "sp-runtime", + "sp-serializer", ] [[package]] name = "node-primitives" version = "2.0.0-rc3" +source = "git+https://github.com/ProChain/substrate.git#ae57bf16183d87c54d9aecbb1a70a02c293b31f9" dependencies = [ "frame-system", "parity-scale-codec", - "pretty_assertions", "sp-application-crypto", "sp-core", "sp-runtime", - "sp-serializer", ] [[package]] @@ -3210,15 +3212,20 @@ dependencies = [ [[package]] name = "node-runtime" version = "2.0.0-rc3" -source = "git+https://github.com/ProChain/substrate.git#ae57bf16183d87c54d9aecbb1a70a02c293b31f9" dependencies = [ + "ads", + "did", "frame-benchmarking", "frame-executive", "frame-support", "frame-system", + "frame-system-benchmarking", "frame-system-rpc-runtime-api", + "hex", "integer-sqrt", - "node-primitives 2.0.0-rc3 (git+https://github.com/ProChain/substrate.git)", + "node-primitives 2.0.0-rc3", + "num-bigint-dig", + "num-traits 0.2.12", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -3235,14 +3242,12 @@ dependencies = [ "pallet-im-online", "pallet-indices", "pallet-membership", - "pallet-multisig", "pallet-offences", - "pallet-proxy", + "pallet-offences-benchmarking", "pallet-randomness-collective-flip", - "pallet-recovery", "pallet-scheduler", "pallet-session", - "pallet-society", + "pallet-session-benchmarking", "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", @@ -3251,7 +3256,6 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", "pallet-utility", - "pallet-vesting", "parity-scale-codec", "serde", "sp-api", @@ -3260,6 +3264,7 @@ dependencies = [ "sp-consensus-babe", "sp-core", "sp-inherents", + "sp-io", "sp-keyring", "sp-offchain", "sp-runtime", @@ -3275,20 +3280,15 @@ dependencies = [ [[package]] name = "node-runtime" version = "2.0.0-rc3" +source = "git+https://github.com/ProChain/substrate.git#ae57bf16183d87c54d9aecbb1a70a02c293b31f9" dependencies = [ - "ads", - "did", "frame-benchmarking", "frame-executive", "frame-support", "frame-system", - "frame-system-benchmarking", "frame-system-rpc-runtime-api", - "hex", "integer-sqrt", - "node-primitives 2.0.0-rc3", - "num-bigint-dig", - "num-traits 0.2.12", + "node-primitives 2.0.0-rc3 (git+https://github.com/ProChain/substrate.git)", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", @@ -3305,12 +3305,14 @@ dependencies = [ "pallet-im-online", "pallet-indices", "pallet-membership", + "pallet-multisig", "pallet-offences", - "pallet-offences-benchmarking", + "pallet-proxy", "pallet-randomness-collective-flip", + "pallet-recovery", "pallet-scheduler", "pallet-session", - "pallet-session-benchmarking", + "pallet-society", "pallet-staking", "pallet-staking-reward-curve", "pallet-sudo", @@ -3319,6 +3321,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-treasury", "pallet-utility", + "pallet-vesting", "parity-scale-codec", "serde", "sp-api", @@ -3327,7 +3330,6 @@ dependencies = [ "sp-consensus-babe", "sp-core", "sp-inherents", - "sp-io", "sp-keyring", "sp-offchain", "sp-runtime", @@ -4321,7 +4323,7 @@ dependencies = [ "libc", "redox_syscall", "rustc_version", - "smallvec 0.6.13", + "smallvec 0.6.14", "winapi 0.3.8", ] @@ -5743,7 +5745,7 @@ dependencies = [ "serde_json", "slog", "slog_derive", - "smallvec 0.6.13", + "smallvec 0.6.14", "sp-arithmetic", "sp-blockchain", "sp-consensus", @@ -6358,9 +6360,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" +checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" dependencies = [ "maybe-uninit", ]