summaryrefslogtreecommitdiffstats
path: root/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 /ffi
parent6a2888a3a36a40246edc3870c3f5c0bf848249d3 (diff)
Bump nettle to 5.0.
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 83e83bf3..e14014d0 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -34,7 +34,7 @@ native-tls = "0.2.0"
time = "0.1.40"
[dev-dependencies]
-nettle = "4.0"
+nettle = "5.0"
[lib]
crate-type = ["cdylib", "staticlib"]