summaryrefslogtreecommitdiffstats
path: root/ffi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/Cargo.toml')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index aec51a28..7afd7f61 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -27,7 +27,7 @@ sequoia-openpgp = { path = "../openpgp", version = "0.15" }
sequoia-core = { path = "../core", version = "0.15" }
sequoia-store = { path = "../store", version = "0.15" }
sequoia-net = { path = "../net", version = "0.15" }
-failure = "0.1.2"
+anyhow = "1"
lazy_static = "1.0.0"
libc = "0.2.33"
memsec = "0.5.6"