Bump syn from 1.0.76 to 1.0.80 (#9995)

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

---
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-10-11 12:23:02 +00:00
committed by GitHub
parent c7a7d1911d
commit e98a2edfc9
13 changed files with 14 additions and 14 deletions
@@ -15,5 +15,5 @@ targets = ["x86_64-unknown-linux-gnu"]
frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" }
proc-macro2 = "1.0.29"
quote = "1.0.10"
syn = { version = "1.0.58", features = ["full", "visit", "extra-traits"] }
syn = { version = "1.0.80", features = ["full", "visit", "extra-traits"] }
proc-macro-crate = "1.0.0"