Bump quote from 1.0.16 to 1.0.17 (#1118)

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

---
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-03-29 23:28:23 +02:00
committed by GitHub
parent df9ab3c157
commit ce33401c70
2 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@ proc-macro = true
[dependencies]
syn = "1.0.90"
proc-macro2 = "1.0.36"
quote = "1.0.16"
quote = "1.0.17"
proc-macro-crate = "1.1.3"
[features]