summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-11-24 16:00:35 +0100
committerJustus Winter <justus@sequoia-pgp.org>2023-11-24 16:00:35 +0100
commita791d5908d13a30e275d2b728b753255d6859049 (patch)
tree87b5250e5d60f18087c4f507d6a20ad2e7067397
parent9bba76b7f15049aec3b580b5eed337226e05b761 (diff)
net: Depend on sequoia-openpgp 1.17 for ecdh::decrypt_unwrap2.
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 0d804709..28a68e86 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -22,7 +22,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "1.13", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "1.17", default-features = false }
anyhow = "1.0.18"
futures-util = "0.3.5"