From 51da1f3911ea79ae7dc83e0f30789f35ac5ef4c4 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 22 Aug 2019 15:49:35 +0200 Subject: Bump syn, quote, and proc-macro2 to 1.0. --- ffi-macros/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ffi-macros/Cargo.toml') 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] -- cgit v1.2.3