Upgrade syn to 1.0.8. Upgrade matches to 0.1.8

This commit is contained in:
AlterionX 2019-11-23 16:17:16 -06:00
parent da20d19232
commit 42108c3517

View file

@ -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]