Update syn, proc-macro2 and quote to 1.x (#4028)

This commit is contained in:
Bastian Köcher
2019-11-06 14:00:49 +01:00
committed by GitHub
parent cc09bfbd09
commit b484c4fbc0
20 changed files with 177 additions and 194 deletions
@@ -9,7 +9,7 @@ proc-macro = true
[dependencies]
quote = "1.0.2"
syn = "1.0.5"
syn = "1.0.7"
proc-macro2 = "1.0"
[features]