From 342fd2a647aca5f8bab753ef57cb4cccf1701f4b Mon Sep 17 00:00:00 2001 From: Dominic Date: Fri, 24 Jan 2020 18:01:27 +0100 Subject: [PATCH] remove failure as it is not used anywhere --- gotham_restful/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/gotham_restful/Cargo.toml b/gotham_restful/Cargo.toml index d8369a0..b83f714 100644 --- a/gotham_restful/Cargo.toml +++ b/gotham_restful/Cargo.toml @@ -19,7 +19,6 @@ codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "g base64 = { version = "0.11.0", optional = true } chrono = { version = "0.4.10", optional = true } cookie = { version = "0.12", optional = true } -failure = "0.1.6" futures = "0.1.29" gotham = "0.4" gotham_derive = "0.4"