From 045e74bb39d7743b774cfd2b889bc6ce1e1ad245 Mon Sep 17 00:00:00 2001 From: Jonathon Orsi Date: Mon, 23 Sep 2019 14:40:38 -0400 Subject: feat: Add Deno.dialTLS() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b9a9c1456..463c9fbc1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -56,6 +56,8 @@ tokio-rustls = "0.10.0" tokio-threadpool = "0.1.15" url = "1.7.2" utime = "0.2.1" +webpki = "0.21.0" +webpki-roots = "0.17.0" [target.'cfg(windows)'.dependencies] winapi = "0.3.8" -- cgit v1.2.3