Bump syn from 1.0.76 to 1.0.77 (#3932)

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

---
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-09-25 23:47:27 +02:00
committed by GitHub
parent 35f25c3f54
commit 315f69dd31
4 changed files with 5 additions and 5 deletions
@@ -9,7 +9,7 @@ description = "Small proc macro to create mocking level iface type helpers"
proc-macro = true
[dependencies]
syn = { version = "1.0.76", features = ["full", "extra-traits"] }
syn = { version = "1.0.77", features = ["full", "extra-traits"] }
quote = "1.0.9"
proc-macro2 = "1.0.24"