summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-13 09:38:48 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-13 09:38:48 +0100
commit56de1bf60a8f5c6b2706dca37876aadc1c1b9ac4 (patch)
tree3cf59f15ba3a0566fe2ac02b0c8e6da2d5931a1a /openpgp-ffi
parent6a2888a3a36a40246edc3870c3f5c0bf848249d3 (diff)
Bump nettle to 5.0.
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 9a05fc54..ee460a10 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -30,7 +30,7 @@ memsec = "0.5.4"
time = "0.1.40"
[dev-dependencies]
-nettle = "4.0"
+nettle = "5.0"
[lib]
crate-type = ["lib", "cdylib", "staticlib"]