Bump syn from 1.0.80 to 1.0.81 (#10182)

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

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-05 15:51:54 +01:00
committed by GitHub
parent 8c2216c8cd
commit 27c1fe8718
14 changed files with 17 additions and 17 deletions
@@ -17,4 +17,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.29"
quote = { version = "1.0.10", features = ["proc-macro"] }
syn = { version = "1.0.80", features = ["proc-macro" ,"full", "extra-traits", "parsing"] }
syn = { version = "1.0.81", features = ["proc-macro" ,"full", "extra-traits", "parsing"] }