build(deps): bump syn from 1.0.54 to 1.0.55

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-20 21:14:59 +00:00 committed by Mike Welsh
parent 8a0e55d74a
commit 820572f204
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3937,9 +3937,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.54" version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a"
dependencies = [ dependencies = [
"proc-macro2 1.0.24", "proc-macro2 1.0.24",
"quote 1.0.7", "quote 1.0.7",

View File

@ -11,5 +11,5 @@ proc-macro = true
quote = "1.0.7" quote = "1.0.7"
[dependencies.syn] [dependencies.syn]
version = "1.0.54" version = "1.0.55"
features = ["full"] features = ["full"]