summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-12-11 14:49:46 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2020-12-11 15:47:17 +0100
commita3789e42d892fd2f1412a83b97b1206d192ea569 (patch)
treea1e1440f114e3c6375c2d610b91091265a1a7e39 /openpgp-ffi
parentbd91530f5486337536cfacfa2f31ddf43f7f74fa (diff)
Relax minimum dependencies.
- Relaxes those dependencies that were unnecessarily strict and patched by debian.
Diffstat (limited to 'openpgp-ffi')
-rw-r--r--openpgp-ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index f7e7cfa7..2e422b9f 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -27,7 +27,7 @@ sequoia-openpgp = { path = "../openpgp", version = "0.20", default-features = fa
anyhow = "1.0.18"
lazy_static = "1.4.0"
libc = "0.2.66"
-memsec = { version = "0.6", default-features = false }
+memsec = { version = ">=0.5", default-features = false }
[dev-dependencies]
filetime = "0.2"