Bump quote from 1.0.10 to 1.0.14 (#4632)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-02 20:49:25 +01:00
committed by GitHub
parent bab7c8d4f1
commit 5f7726958d
4 changed files with 5 additions and 5 deletions
@@ -13,7 +13,7 @@ proc-macro = true
[dependencies]
syn = { version = "1.0.83", features = ["full", "extra-traits"] }
quote = "1.0.10"
quote = "1.0.14"
proc-macro2 = "1.0.36"
proc-macro-crate = "1.1.0"