Skip to content

Commit 425636d

Browse files
author
Jason Mobarak
committed
Update example rusttls versions
1 parent ca81281 commit 425636d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.17.0"
9+
rustls = "0.18.0"
1010
async-std = "1.5.0"
1111
async-tls = { path = "../.." }

examples/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.17.0"
11+
rustls = "0.18.0"
1212
webpki = "0.21.2"

0 commit comments

Comments
 (0)