From fd3dcdf0f6d95e1a19e454f3a420ea0334a2f997 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 18 Nov 2017 06:50:56 -1000 Subject: [PATCH] use failure from crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6cff09638..d7c55f765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,8 @@ alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"] [dependencies] log = "0.3" -failure = { git = "https://github.com/withoutboats/failure" } -failure_derive = { git = "https://github.com/withoutboats/failure_derive" } +failure = "0.1" +failure_derive = "0.1" time = "0.1" http = "0.1" httparse = "0.1"