build(deps): bump syn from 1.0.48 to 1.0.50

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-21 22:35:48 +00:00 committed by Mike Welsh
parent aa33832936
commit 22d695421f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3386,9 +3386,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.48" version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac" checksum = "443b4178719c5a851e1bde36ce12da21d74a0e60b4d982ec3385a933c812f0f6"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

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