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 c5051eb commit 5cb4e15Copy full SHA for 5cb4e15
examples/client/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["The async-rs authors", "quininer <[email protected]>"]
5
edition = "2018"
6
7
[dependencies]
8
-structopt = "0.2"
9
-rustls = "0.16"
10
-async-std = "0.99"
+structopt = "0.3.9"
+rustls = "0.17.0"
+async-std = "1.5.0"
11
async-tls = { path = "../.." }
examples/server/Cargo.toml
@@ -5,8 +5,8 @@ authors = ["The async-rs developers", "quininer <[email protected]>"]
12
-webpki = "0.21"
+webpki = "0.21.2"
0 commit comments