From 0aa857aca2f777eeec18d167fe7e30bf1256128e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 16 Mar 2023 16:51:28 +0100
Subject: [PATCH] Bump quote from 1.0.23 to 1.0.26 (#2331)

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

---
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>
---
 cumulus/Cargo.lock                                     | 4 ++--
 cumulus/pallets/parachain-system/proc-macro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock
index aa7b38595bf..219728f74e4 100644
--- a/cumulus/Cargo.lock
+++ b/cumulus/Cargo.lock
@@ -9290,9 +9290,9 @@ dependencies = [
 
 [[package]]
 name = "quote"
-version = "1.0.23"
+version = "1.0.26"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
+checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
 dependencies = [
  "proc-macro2",
 ]
diff --git a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml
index 952fde32d86..fa975eb0b84 100644
--- a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml
+++ b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml
@@ -11,7 +11,7 @@ proc-macro = true
 [dependencies]
 syn = "1.0.109"
 proc-macro2 = "1.0.52"
-quote = "1.0.23"
+quote = "1.0.26"
 proc-macro-crate = "1.3.1"
 
 [features]
-- 
GitLab