From 11a7469c7def97b04c69b9d03fa3e52a03986eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:22:30 +0000 Subject: [PATCH] Bump generic-array from 0.12.3 to 0.12.4 Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/0.12.4/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/compare/0.12.3...0.12.4) --- updated-dependencies: - dependency-name: generic-array dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 80 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6e1515..ec8f113 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" @@ -1621,9 +1623,9 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "generic-array" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" +checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" dependencies = [ "typenum", ] @@ -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",