build(deps): bump syn from 1.0.51 to 1.0.52

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-27 19:38:22 +00:00 committed by Mike Welsh
parent 903dab7ea1
commit 3d9ebbde9c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3390,9 +3390,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.51"
version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b4f34193997d92804d359ed09953e25d5138df6bcc055a71bf68ee89fdf9223"
checksum = "6c1e438504729046a5cfae47f97c30d6d083c7d91d94603efdae3477fc070d4c"
dependencies = [
"proc-macro2",
"quote",

View File

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