From 700914c53a31eaa9c2d3592a831a0808a90c1b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 23:56:17 +0000 Subject: [PATCH] Bump arc-swap from 0.4.7 to 0.4.8 Bumps [arc-swap](https://github.com/vorner/arc-swap) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/vorner/arc-swap/releases) - [Changelog](https://github.com/vorner/arc-swap/blob/v0.4.8/CHANGELOG.md) - [Commits](https://github.com/vorner/arc-swap/compare/v0.4.7...v0.4.8) --- updated-dependencies: - dependency-name: arc-swap 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..899631a 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" @@ -109,9 +111,9 @@ dependencies = [ [[package]] name = "arc-swap" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" +checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8" [[package]] name = "arrayref" @@ -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",