Update proc-macro2 to 1.0.36 (#879)

This commit is contained in:
Keith Yeung
2021-12-28 12:38:20 -08:00
committed by GitHub
parent 3ae4f0a176
commit cd32a971a1
2 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@ proc-macro = true
[dependencies]
syn = "1.0.81"
proc-macro2 = "1.0.27"
proc-macro2 = "1.0.36"
quote = "1.0.9"
proc-macro-crate = "1.0.0"