summaryrefslogtreecommitdiffstats
path: root/ffi-macros
diff options
context:
space:
mode:
authorKai Michaelis <kai@sequoia-pgp.org>2019-02-13 14:26:12 +0100
committerKai Michaelis <kai@sequoia-pgp.org>2019-02-13 19:23:42 +0100
commit91bda43cc807917a585d7cf33e708e37a726433c (patch)
tree67d8fc3077aa605ac53917ad292d1d4bb6bbdf0c /ffi-macros
parentca912da838bca40a2e008264a2c8c339a62df483 (diff)
openpgp: use nettle 4.0
Diffstat (limited to 'ffi-macros')
-rw-r--r--ffi-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index e37cab34..7a1aad74 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
lazy_static = "1.0.0"
-nettle = "2.0"
+nettle = "4.0"
proc-macro2 = "0.4"
quote = "0.6"