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 7e73190 commit 7e9e81dCopy full SHA for 7e9e81d
examples/client/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2018"
6
7
[dependencies]
8
structopt = "0.3.9"
9
-rustls = "0.18.0"
+rustls = "0.19.0"
10
async-std = "1.5.0"
11
async-tls = { path = "../.." }
examples/server/Cargo.toml
@@ -8,5 +8,5 @@ edition = "2018"
12
-webpki = "0.21.2"
+webpki = "0.21.3"
0 commit comments