chore(deps): bump syn from 1.0.81 to 1.0.82 (#620)

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

---
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-11-25 10:16:38 +02:00 committed by GitHub
parent 2c30468b70
commit e7fa7bab9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -36,7 +36,7 @@ cargo_metadata = { version = "0.14.1", optional = true }
# eip712 feature enabled dependencies
convert_case = { version = "0.4.0", optional = true }
syn = { version = "1.0.81", optional = true }
syn = { version = "1.0.82", optional = true }
quote = { version = "1.0.9", optional = true }
proc-macro2 = { version = "1.0.32", optional = true }