From 42108c35179894479beb5dbaeb8a9b9453fe2c2b Mon Sep 17 00:00:00 2001
From: AlterionX <ben.xu.cs@gmail.com>
Date: Sat, 23 Nov 2019 16:17:16 -0600
Subject: [PATCH] Upgrade syn to 1.0.8. Upgrade matches to 0.1.8

---
 maud_macros/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maud_macros/Cargo.toml b/maud_macros/Cargo.toml
index 6859748..718914b 100644
--- a/maud_macros/Cargo.toml
+++ b/maud_macros/Cargo.toml
@@ -11,8 +11,8 @@ description = "Compile-time HTML templates."
 edition = "2018"
 
 [dependencies]
-syn = "0.15.34"
-matches = "0.1.6"
+syn = "1.0.8"
+matches = "0.1.8"
 maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
 
 [lib]