summaryrefslogtreecommitdiffstats
path: root/ffi-macros
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-22 10:40:42 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-22 10:41:04 +0100
commit2ac59632525d4997bfc2b9ce08fa9cf75d57d8a7 (patch)
tree953227c219be1dcb9f9eb5bf1271717b5803c929 /ffi-macros
parent277ca54a1cd08fe7366a29f5ee635048f95cbe31 (diff)
ffi-macros: Bump nettle to 0.5.
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 a0cd6ece..e913c2ee 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 = "4.0"
+nettle = "5.0"
proc-macro2 = "0.4"
quote = "0.6"