Update pin-project requirement from 0.4.17 to 1.0.2 (#1894)

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/commits/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-12-16 17:50:45 +01:00
committed by GitHub
parent 6d3e2b514f
commit 6c970f0dda

View File

@@ -15,7 +15,7 @@ log = "0.4.8"
salsa20 = "0.7"
sha3 = "0.9"
rand = "0.7"
pin-project = "0.4.17"
pin-project = "1.0.2"
[dev-dependencies]
quickcheck = "0.9.0"