From a9b56e76afc174f6622e50a94836cc7507ba9f57 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Tue, 1 Oct 2019 12:01:07 -0700 Subject: [PATCH] Remove openssl dependency --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d799476..048bb80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,6 @@ tokio-rustls = "0.10.0-alpha.3" webpki = "0.19.1" webpki-roots = "0.16.0" tower-h2 = { git = "https://github.com/tower-rs/tower-h2" } -openssl = "*" -openssl-probe = "*" rust-embed = "5.1.0" [dependencies.bellman]