We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e300ba3 commit df93116Copy full SHA for df93116
transports/websocket/Cargo.toml
@@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
10
categories = ["network-programming", "asynchronous"]
11
12
[dependencies]
13
-async-tls = "0.8.0"
+async-tls = "0.10.0"
14
either = "1.5.3"
15
futures = "0.3.1"
16
libp2p-core = { version = "0.22.0", path = "../../core" }
0 commit comments