From 346550f8b247133467798ac3d4a0eff811054ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:33:41 +0000 Subject: [PATCH] build(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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1106765..0595b27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,9 +411,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/Cargo.toml b/Cargo.toml index 6cca47b..bf5ea4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ getopts = "0.2.21" libc = { version = "0.2.126", default-features = false } peg = "0.8.5" proc-macro2 = "1.0.6" -quote = "1.0.2" +quote = "1.0.42" serde = "1.0.102" serde_derive = "1.0.102" serde_json = "1.0.41"