Bump quote from 1.0.31 to 1.0.32 (#2939)

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

---
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]
2023-07-27 13:36:58 +00:00
committed by GitHub
parent 32eff90797
commit c4512f79a4
3 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@ proc-macro = true
[dependencies]
syn = "2.0.27"
proc-macro2 = "1.0.64"
quote = "1.0.31"
quote = "1.0.32"
proc-macro-crate = "1.3.1"
[features]