summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kjäll <alexander.kjall@gmail.com>2023-11-14 20:36:46 +0100
committerAlexander Kjäll <alexander.kjall@gmail.com>2023-11-14 20:37:38 +0100
commitd025a3974c20bff15c3333472bfc83841920b7c0 (patch)
tree9bacb984f57a2249f5b0b6bbdf9b38756c28df96
parente3858cead04dad2985a64decf2b0bc530a278e99 (diff)
sequoia-ipc uses openpgp::crypto::ecdh::decrypt_unwrap2 that was introduced in version 1.17.0 of sequoia-openpgp
-rw-r--r--ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 334fca5e..e31cee3d 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -21,7 +21,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "1.17.0", default-features = false }
anyhow = "1.0.18"
buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false }