From 655e73dcf666308bdd8b17959f24827f5ee8613e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 26 May 2020 18:44:52 +0200 Subject: [PATCH] Update macro dependencies --- ruma-events-macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruma-events-macros/Cargo.toml b/ruma-events-macros/Cargo.toml index e515edd3..6600b1bc 100644 --- a/ruma-events-macros/Cargo.toml +++ b/ruma-events-macros/Cargo.toml @@ -13,9 +13,9 @@ repository = "https://github.com/ruma/ruma-api-macros" version = "0.21.2" [dependencies] -syn = { version = "1.0.22", features = ["full"] } +syn = { version = "1.0.25", features = ["full"] } quote = "1.0.6" -proc-macro2 = "1.0.13" +proc-macro2 = "1.0.17" [lib] proc-macro = true