Bump syn from 2.0.15 to 2.0.16 (#14196)

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

---
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]
2023-05-23 15:55:41 +02:00
committed by GitHub
parent 0cf9f3b4f2
commit acadc6d147
15 changed files with 51 additions and 51 deletions
@@ -17,4 +17,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.56"
quote = { version = "1.0.26", features = ["proc-macro"] }
syn = { version = "2.0.14", features = ["proc-macro", "full", "extra-traits", "parsing"] }
syn = { version = "2.0.16", features = ["proc-macro", "full", "extra-traits", "parsing"] }