Bump quote from 1.0.28 to 1.0.29 (#2799)

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

---
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-06-30 01:15:20 +02:00
committed by GitHub
parent 5a172aaa79
commit 89df09e2a0
3 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@ proc-macro = true
[dependencies]
syn = "2.0.18"
proc-macro2 = "1.0.63"
quote = "1.0.28"
quote = "1.0.29"
proc-macro-crate = "1.3.1"
[features]