summaryrefslogtreecommitdiffstats
path: root/ffi-macros/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-22 15:49:35 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-22 15:49:35 +0200
commit51da1f3911ea79ae7dc83e0f30789f35ac5ef4c4 (patch)
tree9a5ed36524ee87db33c9ab3d30f11e88a1da2b43 /ffi-macros/Cargo.toml
parentee21a762b5595cbdea6de05c7c651e2c3e87025b (diff)
Bump syn, quote, and proc-macro2 to 1.0.
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]