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
@@ -8,9 +8,9 @@ edition = "2018"
proc-macro = true
[dependencies]
syn = { version = "1.0", features = [ "full", "visit" ] }
syn = { version = "1.0.7", features = [ "full", "visit" ] }
quote = "1.0"
proc-macro2 = "1.0.4"
proc-macro2 = "1.0.6"
proc-macro-crate = "0.1.4"
[dev-dependencies]