Bump quote from 1.0.9 to 1.0.10 (#4013)

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

---
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]
2021-10-05 09:49:59 +00:00
committed by GitHub
parent 9dfef89bab
commit fcadf0ecc5
3 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@ proc-macro = true
[dependencies]
syn = { version = "1.0.78", features = ["full", "extra-traits"] }
quote = "1.0.9"
quote = "1.0.10"
proc-macro2 = "1.0.26"
proc-macro-crate = "1.1.0"