summaryrefslogtreecommitdiffstats
path: root/ffi-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ffi-macros/Cargo.toml')
-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 38e658a6..02e1349a 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -19,9 +19,9 @@ maintenance = { status = "actively-developed" }
[dependencies]
lazy_static = "1.0.0"
-nettle = "5.0"
proc-macro2 = "0.4"
quote = "0.6"
+sha2 = "0.8"
[dependencies.syn]
version = "0.15"