build(deps): bump syn from 1.0.78 to 1.0.80

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.78 to 1.0.80.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.78...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>
This commit is contained in:
dependabot[bot] 2021-10-11 20:06:32 +00:00 committed by Mike Welsh
parent 37e3f0903e
commit fd64530288
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3600,9 +3600,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.78"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4eac2e6c19f5c3abc0c229bea31ff0b9b091c7b14990e8924b92902a303a0c0"
checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
dependencies = [
"proc-macro2",
"quote",

View File

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