We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 644b906 + 425636d commit 122340cCopy full SHA for 122340c
Cargo.toml
@@ -17,7 +17,7 @@ appveyor = { repository = "async-std/async-tls" }
17
18
[dependencies]
19
futures = "0.3.4"
20
-rustls = "0.17.0"
+rustls = "0.18.0"
21
webpki = "0.21.2"
22
webpki-roots = "0.19.0"
23
examples/client/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2018"
6
7
8
structopt = "0.3.9"
9
10
async-std = "1.5.0"
11
async-tls = { path = "../.." }
examples/server/Cargo.toml
@@ -8,5 +8,5 @@ edition = "2018"
12
0 commit comments