build(deps): bump syn from 1.0.76 to 1.0.77

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>
This commit is contained in:
dependabot[bot] 2021-09-27 20:05:51 +00:00 committed by relrelb
parent 5fe0994a3a
commit 8c123c10af
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3572,9 +3572,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.76"
version = "1.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
checksum = "5239bc68e0fef57495900cfea4e8dc75596d9a319d7e16b1e0a440d24e6fe0a0"
dependencies = [
"proc-macro2",
"quote",

View File

@ -11,5 +11,5 @@ proc-macro = true
quote = "1.0.9"
[dependencies.syn]
version = "1.0.76"
version = "1.0.77"
features = ["full"]