Bump quote from 1.0.32 to 1.0.33 (#3042)

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

---
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-08-22 04:17:30 +00:00
committed by GitHub
parent 65fc037a73
commit 2f8bee0bee
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11369,9 +11369,9 @@ dependencies = [
[[package]] [[package]]
name = "quote" name = "quote"
version = "1.0.32" version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
] ]
@@ -11,7 +11,7 @@ proc-macro = true
[dependencies] [dependencies]
syn = "2.0.28" syn = "2.0.28"
proc-macro2 = "1.0.64" proc-macro2 = "1.0.64"
quote = "1.0.32" quote = "1.0.33"
proc-macro-crate = "1.3.1" proc-macro-crate = "1.3.1"
[features] [features]