summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 9f0191ae..8c063981 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
sequoia-ffi-macros = { path = "../ffi-macros", version = "0.22" }
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
sequoia-net = { path = "../net", version = "0.24", default-features = false }
-sequoia-ipc = { path = "../ipc", version = "0.26", default-features = false }
+sequoia-ipc = { path = "../ipc", version = "0.27", default-features = false }
anyhow = "1.0.18"
lazy_static = "1.4.0"
libc = "0.2.66"