summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/Cargo.toml')
-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"