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" }
1818[dependencies ]
1919futures-io = " 0.3.5"
2020futures-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 }
2424
2525[features ]
2626default = [" client" , " server" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2018"
66
77[dependencies ]
88structopt = " 0.3.9"
9- rustls = " 0.18 .0"
9+ rustls = " 0.19 .0"
1010async-std = " 1.5.0"
1111async-tls = { path = " ../.." }
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ edition = "2018"
88structopt = " 0.3.9"
99async-std = " 1.5.0"
1010async-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