Skip to content

Commit 122340c

Browse files
authored
Merge pull request #27 from silverjam/silverjam/rusttls-0.18
Bump to rusttls 0.18.0
2 parents 644b906 + 425636d commit 122340c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ appveyor = { repository = "async-std/async-tls" }
1717

1818
[dependencies]
1919
futures = "0.3.4"
20-
rustls = "0.17.0"
20+
rustls = "0.18.0"
2121
webpki = "0.21.2"
2222
webpki-roots = "0.19.0"
2323

examples/client/Cargo.toml

+1-1
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

+1-1
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)