From b1cd6bcd39e1b8a6695dc5482d9ce42df77dccc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 23:02:38 +0000 Subject: [PATCH] Bump quote from 1.0.29 to 1.0.30 (#2887) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.29...1.0.30) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 +- cumulus/xcm/xcm-emulator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 75b896b151..a7bd8e9943 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -10952,9 +10952,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" +checksum = "5907a1b7c277254a8b15170f6e7c97cfa60ee7872a3217663bb81151e48184bb" dependencies = [ "proc-macro2", ] diff --git a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml index cd050838d2..9162fac35f 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 = "2.0.26" proc-macro2 = "1.0.64" -quote = "1.0.29" +quote = "1.0.30" proc-macro-crate = "1.3.1" [features] diff --git a/cumulus/xcm/xcm-emulator/Cargo.toml b/cumulus/xcm/xcm-emulator/Cargo.toml index 2c8bdb2f3b..64c0fbdfa6 100644 --- a/cumulus/xcm/xcm-emulator/Cargo.toml +++ b/cumulus/xcm/xcm-emulator/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0" } paste = "1.0.13" -quote = "1.0.29" +quote = "1.0.30" casey = "0.4.0" log = { version = "0.4.19", default-features = false }