File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ appveyor = { repository = "async-std/async-tls" }
18
18
[dependencies ]
19
19
futures-io = " 0.3.5"
20
20
futures-core = " 0.3.5"
21
- rustls = " 0.18 .0"
22
- webpki = { version = " 0.21.2 " , optional = true }
23
- webpki-roots = { version = " 0.20 .0" , optional = true }
21
+ rustls = " 0.19 .0"
22
+ webpki = { version = " 0.21.3 " , optional = true }
23
+ webpki-roots = { version = " 0.21 .0" , optional = true }
24
24
25
25
[features ]
26
26
default = [" client" , " server" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2018"
6
6
7
7
[dependencies ]
8
8
structopt = " 0.3.9"
9
- rustls = " 0.18 .0"
9
+ rustls = " 0.19 .0"
10
10
async-std = " 1.5.0"
11
11
async-tls = { path = " ../.." }
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ edition = "2018"
8
8
structopt = " 0.3.9"
9
9
async-std = " 1.5.0"
10
10
async-tls = { path = " ../.." }
11
- rustls = " 0.18 .0"
12
- webpki = " 0.21.2 "
11
+ rustls = " 0.19 .0"
12
+ webpki = " 0.21.3 "
You can’t perform that action at this time.
0 commit comments