Include tls feature (#20360)

This commit is contained in:
Tyera Eulberg
2021-09-30 20:55:11 -05:00
committed by GitHub
parent e31c065544
commit fc6b617477
3 changed files with 7 additions and 1 deletions

View File

@@ -3885,10 +3885,13 @@ dependencies = [
"httparse",
"log",
"rand 0.8.2",
"rustls",
"sha-1",
"thiserror",
"url",
"utf-8",
"webpki",
"webpki-roots",
]
[[package]]