Bump quote from 1.0.19 to 1.0.20 (#1399)

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

---
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-06-22 17:30:41 +00:00
committed by GitHub
parent 4f786f590b
commit 961fdc5e2e
2 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@ proc-macro = true
[dependencies]
syn = "1.0.96"
proc-macro2 = "1.0.40"
quote = "1.0.19"
quote = "1.0.20"
proc-macro-crate = "1.1.3"
[features]