Update async-tls requirement from 0.8.0 to 0.10.0 (#1762)

Updates the requirements on [async-tls](https://github.com/async-std/async-tls) to permit the latest version.
- [Release notes](https://github.com/async-std/async-tls/releases)
- [Commits](https://github.com/async-std/async-tls/commits/v0.10.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-09-16 09:57:06 +02:00
committed by GitHub
parent e300ba323a
commit df93116d19

View File

@@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-tls = "0.8.0"
async-tls = "0.10.0"
either = "1.5.3"
futures = "0.3.1"
libp2p-core = { version = "0.22.0", path = "../../core" }