From 8ab63d6652deea816fabaed98174a59aa8f246ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 04:14:09 +0000 Subject: [PATCH] Bump pin-project from 1.0.4 to 1.0.11 Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.4 to 1.0.11. - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project/compare/v1.0.4...v1.0.11) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 ++++++++++++++++-------------- client/finality-grandpa/Cargo.toml | 2 +- client/network/Cargo.toml | 2 +- client/service/Cargo.toml | 2 +- client/telemetry/Cargo.toml | 2 +- 5 files changed, 20 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 729e0397748f1..e0014f899939c 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" @@ -2506,7 +2508,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.4", + "pin-project 1.0.11", "socket2", "tokio 0.2.25", "tower-service", @@ -3075,7 +3077,7 @@ dependencies = [ "libp2p-yamux", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.11", "smallvec 1.6.1", "wasm-timer", ] @@ -3100,7 +3102,7 @@ dependencies = [ "multistream-select", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.11", "prost", "prost-build", "rand 0.7.3", @@ -3323,7 +3325,7 @@ checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ "futures 0.3.12", "log", - "pin-project 1.0.4", + "pin-project 1.0.11", "rand 0.7.3", "salsa20", "sha3", @@ -3854,7 +3856,7 @@ dependencies = [ "bytes 1.0.1", "futures 0.3.12", "log", - "pin-project 1.0.4", + "pin-project 1.0.11", "smallvec 1.6.1", "unsigned-varint 0.6.0", ] @@ -5869,11 +5871,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.4" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2" +checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260" dependencies = [ - "pin-project-internal 1.0.4", + "pin-project-internal 1.0.11", ] [[package]] @@ -5889,9 +5891,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.4" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71" +checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" dependencies = [ "proc-macro2", "quote", @@ -7305,7 +7307,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.11", "rand 0.7.3", "sc-block-builder", "sc-client-api", @@ -7477,7 +7479,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.11", "prost", "prost-build", "quickcheck", @@ -7724,7 +7726,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.11", "rand 0.7.3", "sc-block-builder", "sc-chain-spec", @@ -7855,7 +7857,7 @@ dependencies = [ "libp2p", "log", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.11", "rand 0.7.3", "serde", "serde_json", diff --git a/client/finality-grandpa/Cargo.toml b/client/finality-grandpa/Cargo.toml index 7ae5666c7bc84..72f2ee42ac280 100644 --- a/client/finality-grandpa/Cargo.toml +++ b/client/finality-grandpa/Cargo.toml @@ -45,7 +45,7 @@ sp-finality-grandpa = { version = "3.0.0", path = "../../primitives/finality-gra prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.9.0"} sc-block-builder = { version = "0.9.0", path = "../block-builder" } finality-grandpa = { version = "0.14.0", features = ["derive-codec"] } -pin-project = "1.0.4" +pin-project = "1.0.11" linked-hash-map = "0.5.2" [dev-dependencies] diff --git a/client/network/Cargo.toml b/client/network/Cargo.toml index 3d8c33eae0f25..1401a06b1ecde 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -40,7 +40,7 @@ lru = "0.6.5" log = "0.4.8" nohash-hasher = "0.2.0" parking_lot = "0.11.1" -pin-project = "1.0.4" +pin-project = "1.0.11" prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0", path = "../../utils/prometheus" } prost = "0.7" rand = "0.7.2" diff --git a/client/service/Cargo.toml b/client/service/Cargo.toml index c6119695ace71..0b92247362858 100644 --- a/client/service/Cargo.toml +++ b/client/service/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.11" futures-timer = "3.0.1" wasm-timer = "0.2" exit-future = "0.2.0" -pin-project = "1.0.4" +pin-project = "1.0.11" hash-db = "0.15.2" serde = "1.0.101" serde_json = "1.0.41" diff --git a/client/telemetry/Cargo.toml b/client/telemetry/Cargo.toml index 0d29fbca6f9b9..dd9ad8cae698a 100644 --- a/client/telemetry/Cargo.toml +++ b/client/telemetry/Cargo.toml @@ -20,7 +20,7 @@ futures = "0.3.9" wasm-timer = "0.2.5" libp2p = { version = "0.35.1", default-features = false, features = ["dns", "tcp-async-io", "wasm-ext", "websocket"] } log = "0.4.8" -pin-project = "1.0.4" +pin-project = "1.0.11" rand = "0.7.2" serde = { version = "1.0.101", features = ["derive"] } take_mut = "0.2.2"