Skip to content

Commit df93116

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e300ba3 commit df93116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transports/websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
1010
categories = ["network-programming", "asynchronous"]
1111

1212
[dependencies]
13-
async-tls = "0.8.0"
13+
async-tls = "0.10.0"
1414
either = "1.5.3"
1515
futures = "0.3.1"
1616
libp2p-core = { version = "0.22.0", path = "../../core" }

0 commit comments

Comments
 (0)