From b9fa6ef600f2694575f5b556d06868564a9e9587 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Tue, 13 Feb 2018 20:50:50 +0000 Subject: use constant time comparison for mac --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aebec33..2730045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ snow = { git = "https://github.com/mcginty/snow", features = ["ring-accelerated" socket2 = "^0.3" structopt = "^0.1" structopt-derive = "^0.1" +subtle = "^0.5" time = "*" tokio-io = "^0.1" tokio-core = "^0.1" -- cgit v1.2.3-59-g8ed1b