build(deps): bump syn from 1.0.44 to 1.0.45

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-17 19:59:48 +00:00 committed by Mike Welsh
parent 9da94764fa
commit 2fdb378e4f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2939,9 +2939,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.44" version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd" checksum = "ea9c5432ff16d6152371f808fb5a871cd67368171b09bb21b43df8e4a47a3556"
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.44" version = "1.0.45"
features = ["full"] features = ["full"]