cargo: bump syn from 1.0.67 to 1.0.71

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

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

View File

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