Bump quote dependency

It appears that 1.0.2 has been yanked.
I'm not sure why it was pinned
to that specific version,
so it's possible I'm introducing
a regression.
However, tests are passing.
This commit is contained in:
Dusty Phillips 2020-03-05 21:05:58 -04:00
parent c52ba00526
commit 02c3acf451
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.6"
syn = { version = "1.0.13", features = ["full"] }
quote = "=1.0.2"
quote = "=1.0.3"
graphql-parser = "0.2.3"