File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ travis-ci = { repository = "async-std/async-tls" }
1616appveyor = { repository = " async-std/async-tls" }
1717
1818[dependencies ]
19- futures = " 0.3"
20- rustls = " 0.16 "
21- webpki = " 0.21"
22- webpki-roots = " 0.17 "
19+ futures = " 0.3.4 "
20+ rustls = " 0.17.0 "
21+ webpki = " 0.21.2 "
22+ webpki-roots = " 0.19.0 "
2323
2424[features ]
2525early-data = []
Original file line number Diff line number Diff line change 55edition = " 2018"
66
77[dependencies ]
8- structopt = " 0.2 "
9- rustls = " 0.16 "
10- async-std = " 0.99 "
8+ structopt = " 0.3.9 "
9+ rustls = " 0.17.0 "
10+ async-std = " 1.5.0 "
1111async-tls = { path = " ../.." }
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ authors = ["The async-rs developers", "quininer <
[email protected] >"]
55edition = " 2018"
66
77[dependencies ]
8- structopt = " 0.2 "
9- async-std = " 0.99 "
8+ structopt = " 0.3.9 "
9+ async-std = " 1.5.0 "
1010async-tls = { path = " ../.." }
11- rustls = " 0.16 "
12- webpki = " 0.21"
11+ rustls = " 0.17.0 "
12+ webpki = " 0.21.2 "
You can’t perform that action at this time.
0 commit comments