From 201ae15311859fee844f4935e16908c4565530d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 14:33:00 +1000 Subject: [PATCH] Bump quote from 1.0.27 to 1.0.28 (#1093) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.27 to 1.0.28. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.27...1.0.28) --- 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 ++-- crates/leon-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eda1c75c..693c9560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1691,9 +1691,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" +checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" dependencies = [ "proc-macro2", ] diff --git a/crates/leon-macros/Cargo.toml b/crates/leon-macros/Cargo.toml index 2502d5c6..6d7c021c 100644 --- a/crates/leon-macros/Cargo.toml +++ b/crates/leon-macros/Cargo.toml @@ -16,4 +16,4 @@ proc-macro = true leon = { version = "2.0.0", path = "../leon", default-features = false } proc-macro2 = "1.0.59" syn = { version = "2.0.16", default-features = false, features = ["proc-macro", "parsing"] } -quote = "1.0.27" +quote = "1.0.28"