chore(deps): bump syn from 1.0.78 to 1.0.80 (#499)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-11 15:42:47 +03:00 committed by GitHub
parent 2255b877de
commit 69c771c1c3
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

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

View File

@ -35,7 +35,7 @@ once_cell = "1.8.0"
# eip712 feature enabled dependencies # eip712 feature enabled dependencies
convert_case = { version = "0.4.0", optional = true } convert_case = { version = "0.4.0", optional = true }
syn = { version = "1.0.77", optional = true } syn = { version = "1.0.80", optional = true }
quote = { version = "1.0.9", optional = true } quote = { version = "1.0.9", optional = true }
proc-macro2 = { version = "1.0.29", optional = true } proc-macro2 = { version = "1.0.29", optional = true }