From c63e8e2d37928511087f4afb18dbbcf12b98dfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:12:39 +0200 Subject: [PATCH] Bump quote from 1.0.35 to 1.0.36 (#3813) Bumps [quote](https://github.com/dtolnay/quote) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.35...1.0.36) --- 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 ++-- core/macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6caf09b153..98764d47f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2948,9 +2948,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.35" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] diff --git a/core/macros/Cargo.toml b/core/macros/Cargo.toml index b8123f7310..1691af5381 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.34" +quote = "1.0.36" syn = { version = "2.0.58", features = ["full"] } proc-macro2 = "1.0" synstructure = "0.13"