From 8f42622dfa461111533cacc6018aec4f0248d7c0 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 22 Sep 2019 00:33:01 +0200 Subject: [PATCH] Remove dependency on OpenSSL Fixes #1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05f369c..8a27606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ env_logger = "0.6.2" failure = "0.1.5" futures-preview = { version = "=0.3.0-alpha.18", features = ["async-await", "nightly", "cfg-target-has-atomic"] } jemallocator = "0.3.2" -libsodium-sys-stable="0.0.18" +libsodium-sys-stable="0.0.19" log = "0.4.8" net2 = "0.2.33" parking_lot = "0.9.0"