From e6aec347dd6f04782dd0ce7c756642c7928b9750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:16:15 +0000 Subject: [PATCH] Bump quote from 1.0.33 to 1.0.34 (#3548) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.33...1.0.34) --- 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 | 8 ++++---- core/macros/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6e9dc04c2..6260c5b1e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2674,9 +2674,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.71" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8" +checksum = "2dd5e8a1f1029c43224ad5898e50140c2aebb1705f19e67c918ebf5b9e797fe1" dependencies = [ "unicode-ident", ] @@ -2703,9 +2703,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.33" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +checksum = "22a37c9326af5ed140c86a46655b5278de879853be5573c01df185b6f49a580a" dependencies = [ "proc-macro2", ] diff --git a/core/macros/Cargo.toml b/core/macros/Cargo.toml index f5427d158b..4df6589888 100644 --- a/core/macros/Cargo.toml +++ b/core/macros/Cargo.toml @@ -12,7 +12,7 @@ rust-version.workspace = true proc-macro = true [dependencies] -quote = "1.0.33" +quote = "1.0.34" syn = { version = "2.0.43", features = ["full"] } proc-macro2 = "1.0" synstructure = "0.13"