summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index f817a6b2..86a4404c 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
sequoia-openpgp = { path = "../openpgp", version = "0.15", default-features = false }
sequoia-core = { path = "../core", version = "0.15" }
-failure = "0.1.2"
+anyhow = "1"
futures = "0.1"
http = "0.1.5"
hyper = "0.12"