From 77aa63cca3d1b1988fb0e66b9d91932adc0e49b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 00:50:45 +0000 Subject: [PATCH] Bump net2 from 0.2.34 to 0.2.37 Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.37. - [Release notes](https://github.com/deprecrated/net2-rs/releases) - [Commits](https://github.com/deprecrated/net2-rs/compare/0.2.34...0.2.37) --- updated-dependencies: - dependency-name: net2 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..699c214 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" @@ -2978,9 +2980,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.34" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" dependencies = [ "cfg-if", "libc", @@ -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",