summaryrefslogtreecommitdiffstats
path: root/ipc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/Cargo.toml')
-rw-r--r--ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index c38aa7bd..745e4d9d 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -23,8 +23,8 @@ maintenance = { status = "actively-developed" }
sequoia-openpgp = { path = "../openpgp", version = "0.15" }
sequoia-core = { path = "../core", version = "0.15" }
+anyhow = "1"
capnp-rpc = "0.10"
-failure = "0.1.2"
fs2 = "0.4.2"
futures = "0.1"
lalrpop-util = "0.17"