From 18d5fff6d444f6e3f151f42b3f8d134108b789c7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 13 Apr 2022 08:59:26 +0200
Subject: [PATCH] Bump quote from 1.0.17 to 1.0.18 (#1163)

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

---
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 906cefd5e5e..4cb52635f8a 100644
--- a/cumulus/Cargo.lock
+++ b/cumulus/Cargo.lock
@@ -8738,9 +8738,9 @@ dependencies = [
 
 [[package]]
 name = "quote"
-version = "1.0.17"
+version = "1.0.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
+checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
 dependencies = [
  "proc-macro2",
 ]
diff --git a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml
index fc4cb13d3f6..d66b730b955 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.91"
 proc-macro2 = "1.0.37"
-quote = "1.0.17"
+quote = "1.0.18"
 proc-macro-crate = "1.1.3"
 
 [features]
-- 
GitLab