Skip to content

Commit fe92086

Browse files
Merge pull request #19 from DemiMarie-parity/upgrade-webpki-rustls
Upgrade dependencies
2 parents 9b6b1b9 + 5cb4e15 commit fe92086

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ travis-ci = { repository = "async-std/async-tls" }
1616
appveyor = { 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]
2525
early-data = []

examples/client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The async-rs authors", "quininer <[email protected]>"]
55
edition = "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"
1111
async-tls = { path = "../.." }

examples/server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["The async-rs developers", "quininer <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
structopt = "0.2"
9-
async-std = "0.99"
8+
structopt = "0.3.9"
9+
async-std = "1.5.0"
1010
async-tls = { path = "../.." }
11-
rustls = "0.16"
12-
webpki = "0.21"
11+
rustls = "0.17.0"
12+
webpki = "0.21.2"

0 commit comments

Comments
 (0)