Skip to content

Commit c5051eb

Browse files
committed
Upgrade dependencies
This bumps all dependencies to the latest versions. If preferred, I could bump only `rustls` and `webpki-roots`.
1 parent 9b6b1b9 commit c5051eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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 = []

0 commit comments

Comments
 (0)