cargo: bump syn from 1.0.64 to 1.0.67

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.64 to 1.0.67.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.64...1.0.67)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-01 19:23:55 +00:00
committed by GitHub
parent d49de4b3e4
commit f5de2e7684
2 changed files with 3 additions and 3 deletions

View File

@@ -9,5 +9,5 @@ license = "MPL-2.0"
proc-macro = true
[dependencies]
syn = "1.0.13"
syn = "1.0.67"
quote = "1.0.2"