build(deps): bump quote from 1.0.17 to 1.0.18

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

---
updated-dependencies:
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-11 20:11:24 +00:00 committed by Mike Welsh
parent 5973ecc7d9
commit a5f7fccca2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2800,9 +2800,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.17"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]

View File

@ -8,5 +8,5 @@ edition = "2021"
proc-macro = true
[dependencies]
quote = "1.0.17"
quote = "1.0.18"
syn = { version = "1.0.91", features = ["full"] }