Update pin-project requirement from 0.4.17 to 1.0.0 (#1793)

Updates the requirements on [pin-project](https://github.com/taiki-e/pin-project) to permit the latest version.
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/master/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/pin-project/compare/v0.4.17...v1.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-10-14 11:17:15 +02:00
committed by GitHub
parent d5793fed37
commit b48b93f4f7
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ libp2p-yamux = { version = "0.25.0", path = "muxers/yamux", optional = true }
multiaddr = { package = "parity-multiaddr", version = "0.9.3", path = "misc/multiaddr" }
multihash = "0.11.0"
parking_lot = "0.11.0"
pin-project = "0.4.17"
pin-project = "1.0.0"
smallvec = "1.0"
wasm-timer = "0.2.4"

View File

@@ -24,7 +24,7 @@ multiaddr = { package = "parity-multiaddr", version = "0.9.2", path = "../misc/m
multihash = "0.11.0"
multistream-select = { version = "0.8.3", path = "../misc/multistream-select" }
parking_lot = "0.11.0"
pin-project = "0.4.17"
pin-project = "1.0.0"
prost = "0.6.1"
rand = "0.7"
rw-stream-sink = "0.2.0"

View File

@@ -13,7 +13,7 @@ edition = "2018"
bytes = "0.5"
futures = "0.3"
log = "0.4"
pin-project = "0.4.17"
pin-project = "1.0.0"
smallvec = "1.0"
unsigned-varint = "0.5"

View File

@@ -22,7 +22,7 @@ lazy_static = "1.2.0"
libp2p-core = { version = "0.22.0", path = "../../core" }
log = "0.4.6"
prost = "0.6.1"
pin-project = "0.4.17"
pin-project = "1.0.0"
quicksink = "0.1"
rand = "0.7"
rw-stream-sink = "0.2.0"