cargo: bump syn from 1.0.71 to 1.0.72

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-04 08:26:01 +00:00
committed by GitHub
parent f42da17a78
commit 633929b84c
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.71"
syn = "1.0.72"
quote = "1.0.2"