Bump pin-project from 1.0.8 to 1.0.9 (#4606)

* Bump pin-project from 1.0.8 to 1.0.9

Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.8 to 1.0.9.
- [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.8...v1.0.9)

---
updated-dependencies:
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pin-project to fix compilation

* Also bump the old ones

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
dependabot[bot]
2022-01-02 18:25:56 +01:00
committed by GitHub
parent 78b3dc214a
commit bab7c8d4f1
3 changed files with 28 additions and 28 deletions
+26 -26
View File
@@ -3086,7 +3086,7 @@ dependencies = [
"http", "http",
"jsonrpsee-types", "jsonrpsee-types",
"log", "log",
"pin-project 1.0.8", "pin-project 1.0.10",
"rustls-native-certs", "rustls-native-certs",
"serde", "serde",
"serde_json", "serde_json",
@@ -3356,7 +3356,7 @@ dependencies = [
"libp2p-yamux", "libp2p-yamux",
"multiaddr", "multiaddr",
"parking_lot", "parking_lot",
"pin-project 1.0.8", "pin-project 1.0.10",
"smallvec", "smallvec",
"wasm-timer", "wasm-timer",
] ]
@@ -3381,7 +3381,7 @@ dependencies = [
"multihash 0.14.0", "multihash 0.14.0",
"multistream-select", "multistream-select",
"parking_lot", "parking_lot",
"pin-project 1.0.8", "pin-project 1.0.10",
"prost", "prost",
"prost-build", "prost-build",
"rand 0.8.4", "rand 0.8.4",
@@ -3622,7 +3622,7 @@ checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"
dependencies = [ dependencies = [
"futures 0.3.19", "futures 0.3.19",
"log", "log",
"pin-project 1.0.8", "pin-project 1.0.10",
"rand 0.7.3", "rand 0.7.3",
"salsa20", "salsa20",
"sha3", "sha3",
@@ -3641,7 +3641,7 @@ dependencies = [
"libp2p-core", "libp2p-core",
"libp2p-swarm", "libp2p-swarm",
"log", "log",
"pin-project 1.0.8", "pin-project 1.0.10",
"prost", "prost",
"prost-build", "prost-build",
"rand 0.7.3", "rand 0.7.3",
@@ -4287,7 +4287,7 @@ dependencies = [
"bytes 1.1.0", "bytes 1.1.0",
"futures 0.3.19", "futures 0.3.19",
"log", "log",
"pin-project 1.0.8", "pin-project 1.0.10",
"smallvec", "smallvec",
"unsigned-varint 0.7.1", "unsigned-varint 0.7.1",
] ]
@@ -5717,27 +5717,27 @@ dependencies = [
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "0.4.28" version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f" checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"
dependencies = [ dependencies = [
"pin-project-internal 0.4.28", "pin-project-internal 0.4.29",
] ]
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "1.0.8" version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08" checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
dependencies = [ dependencies = [
"pin-project-internal 1.0.8", "pin-project-internal 1.0.10",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "0.4.28" version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e" checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -5746,9 +5746,9 @@ dependencies = [
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "1.0.8" version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389" checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -6340,7 +6340,7 @@ dependencies = [
"futures-timer 3.0.2", "futures-timer 3.0.2",
"hex-literal", "hex-literal",
"parity-scale-codec", "parity-scale-codec",
"pin-project 1.0.8", "pin-project 1.0.10",
"polkadot-core-primitives", "polkadot-core-primitives",
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-parachain", "polkadot-parachain",
@@ -6521,7 +6521,7 @@ dependencies = [
"lru 0.7.2", "lru 0.7.2",
"metered-channel", "metered-channel",
"parity-scale-codec", "parity-scale-codec",
"pin-project 1.0.8", "pin-project 1.0.10",
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-metrics", "polkadot-node-metrics",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
@@ -6572,7 +6572,7 @@ dependencies = [
"futures 0.3.19", "futures 0.3.19",
"futures-timer 3.0.2", "futures-timer 3.0.2",
"metered-channel", "metered-channel",
"pin-project 1.0.8", "pin-project 1.0.10",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
"polkadot-node-primitives", "polkadot-node-primitives",
"polkadot-overseer-gen-proc-macro", "polkadot-overseer-gen-proc-macro",
@@ -8073,7 +8073,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [ dependencies = [
"futures 0.3.19", "futures 0.3.19",
"pin-project 0.4.28", "pin-project 0.4.29",
"static_assertions", "static_assertions",
] ]
@@ -8670,7 +8670,7 @@ dependencies = [
"lru 0.7.2", "lru 0.7.2",
"parity-scale-codec", "parity-scale-codec",
"parking_lot", "parking_lot",
"pin-project 1.0.8", "pin-project 1.0.10",
"prost", "prost",
"prost-build", "prost-build",
"rand 0.7.3", "rand 0.7.3",
@@ -8851,7 +8851,7 @@ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem", "parity-util-mem",
"parking_lot", "parking_lot",
"pin-project 1.0.8", "pin-project 1.0.10",
"rand 0.7.3", "rand 0.7.3",
"sc-block-builder", "sc-block-builder",
"sc-chain-spec", "sc-chain-spec",
@@ -8944,7 +8944,7 @@ dependencies = [
"libp2p", "libp2p",
"log", "log",
"parking_lot", "parking_lot",
"pin-project 1.0.8", "pin-project 1.0.10",
"rand 0.7.3", "rand 0.7.3",
"serde", "serde",
"serde_json", "serde_json",
@@ -10430,9 +10430,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.83" version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23a1dfb999630e338648c83e91c59a4e9fb7620f520c3194b6b89e276f2f1959" checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -10871,7 +10871,7 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [ dependencies = [
"pin-project 1.0.8", "pin-project 1.0.10",
"tracing", "tracing",
] ]
+1 -1
View File
@@ -17,7 +17,7 @@ futures = "0.3.19"
futures-timer = "3.0.2" futures-timer = "3.0.2"
slotmap = "1.0" slotmap = "1.0"
tracing = "0.1.29" tracing = "0.1.29"
pin-project = "1.0.8" pin-project = "1.0.9"
rand = "0.8.3" rand = "0.8.3"
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
polkadot-parachain = { path = "../../../parachain" } polkadot-parachain = { path = "../../../parachain" }
+1 -1
View File
@@ -10,7 +10,7 @@ async-trait = "0.1.52"
futures = "0.3.19" futures = "0.3.19"
itertools = "0.10" itertools = "0.10"
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
pin-project = "1.0.8" pin-project = "1.0.9"
rand = "0.8.3" rand = "0.8.3"
thiserror = "1.0.30" thiserror = "1.0.30"
tracing = "0.1.29" tracing = "0.1.29"