build(deps): bump quote from 1.0.8 to 1.0.9

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.8...1.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-12 07:08:18 +00:00 committed by Mike Welsh
parent da86f7fc5a
commit 2fbbbe81b8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2805,9 +2805,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.8"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
"proc-macro2",
]

View File

@ -8,7 +8,7 @@ edition = "2018"
proc-macro = true
[dependencies]
quote = "1.0.8"
quote = "1.0.9"
[dependencies.syn]
version = "1.0.60"