Bump pin-project from 1.0.1 to 1.0.2 (#1982)

Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.1 to 1.0.2.
- [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/v1.0.1...v1.0.2)

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-11-19 14:18:03 +01:00
committed by GitHub
parent f02bc5575a
commit 0d7c0bdb11
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ log = "0.4.11"
thiserror = "1.0.22"
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
parking_lot = { version = "0.11.1", optional = true }
pin-project = "1.0.1"
pin-project = "1.0.2"
streamunordered = "0.5.1"
polkadot-node-primitives = { path = "../primitives" }