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" }
16
16
appveyor = { repository = " async-std/async-tls" }
17
17
18
18
[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 "
23
23
24
24
[features ]
25
25
early-data = []
Original file line number Diff line number Diff line change 5
5
edition = " 2018"
6
6
7
7
[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 "
11
11
async-tls = { path = " ../.." }
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ authors = ["The async-rs developers", "quininer <
[email protected] >"]
5
5
edition = " 2018"
6
6
7
7
[dependencies ]
8
- structopt = " 0.2 "
9
- async-std = " 0.99 "
8
+ structopt = " 0.3.9 "
9
+ async-std = " 1.5.0 "
10
10
async-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