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.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index 6c1329d5..d659d849 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -21,12 +21,12 @@ maintenance = { status = "actively-developed" }
[dependencies]
lazy_static = "1.0.0"
-proc-macro2 = "0.4"
-quote = "0.6"
+proc-macro2 = "1.0"
+quote = "1.0"
sha2 = "0.8"
[dependencies.syn]
-version = "0.15"
+version = "1.0"
features = ["full"]
[lib]