Bump quote from 1.0.27 to 1.0.28 (#1093)

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

---
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-05-26 14:33:00 +10:00 committed by GitHub
parent a61f45fb63
commit 201ae15311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -16,4 +16,4 @@ proc-macro = true
leon = { version = "2.0.0", path = "../leon", default-features = false }
proc-macro2 = "1.0.59"
syn = { version = "2.0.16", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.27"
quote = "1.0.28"