summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorHussein <huss@pep-project.org>2019-05-27 19:52:24 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-05-28 10:42:23 +0200
commita9f020e55d3102f4662233f70badfcf5e7319433 (patch)
tree2b7b83475d48bfc87cfbf0fe5658f86327062e3c /ffi
parent50b123860ca0f9991167319b758b46ecf735c49d (diff)
Bump memsec to 0.5.6.
- 0.5.6 fixes cross-building from macOS for Android. - Fixes #284.
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 14e3be69..0995c784 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -29,7 +29,7 @@ sequoia-net = { path = "../net", version = "0.7" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
-memsec = "0.5.4"
+memsec = "0.5.6"
native-tls = "0.2.0"
nettle = "5.0"
time = "0.1.40"