From 5aa70d40cd88c71fe4d960a32bc9ffce63b84799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:23:14 +0200 Subject: [PATCH] Bump quote from 1.0.32 to 1.0.33 (#1131) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34d521c917..adf335298d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2843,9 +2843,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.32" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" dependencies = [ "proc-macro2", ] diff --git a/Cargo.toml b/Cargo.toml index 01aab4bbeb..563de47ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ pretty_assertions = "1.4.0" primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "scale-info", "serde"] } proc-macro-error = "1.0.4" proc-macro2 = "1.0.66" -quote = "1.0.31" +quote = "1.0.33" regex = "1.9.3" scale-info = "2.9.0" scale-value = "0.12.0"