build(deps): bump syn from 1.0.82 to 1.0.84

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

---
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-12-27 20:04:21 +00:00 committed by relrelb
parent e547fd710d
commit 56b340ebf5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3450,9 +3450,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.82"
version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
dependencies = [
"proc-macro2",
"quote",

View File

@ -11,5 +11,5 @@ proc-macro = true
quote = "1.0.10"
[dependencies.syn]
version = "1.0.82"
version = "1.0.84"
features = ["full"]