From 34530ff6bef466e7ab0b8ae03b22cc8bf52fd06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:06:21 +0000 Subject: [PATCH] chore(deps): bump quote from 1.0.41 to 1.0.42 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.41...1.0.42) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- datafusion/macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d712eecfcc72..0249d51990aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5045,9 +5045,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.41" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" +checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" dependencies = [ "proc-macro2", ] diff --git a/datafusion/macros/Cargo.toml b/datafusion/macros/Cargo.toml index 35714bfe960b..6c4e3a0aef95 100644 --- a/datafusion/macros/Cargo.toml +++ b/datafusion/macros/Cargo.toml @@ -45,5 +45,5 @@ proc-macro = true [dependencies] datafusion-doc = { workspace = true } -quote = "1.0.41" +quote = "1.0.42" syn = { version = "2.0.108", features = ["full"] }