Skip to content

Commit 7e9e81d

Browse files
author
Jason Mobarak
committed
update example projects too
1 parent 7e73190 commit 7e9e81d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2018"
66

77
[dependencies]
88
structopt = "0.3.9"
9-
rustls = "0.18.0"
9+
rustls = "0.19.0"
1010
async-std = "1.5.0"
1111
async-tls = { path = "../.." }

examples/server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2018"
88
structopt = "0.3.9"
99
async-std = "1.5.0"
1010
async-tls = { path = "../.." }
11-
rustls = "0.18.0"
12-
webpki = "0.21.2"
11+
rustls = "0.19.0"
12+
webpki = "0.21.3"

0 commit comments

Comments
 (0)