From c0af5d21a92ed6a2a1fc8023da2b501edb177e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:09:10 +0000 Subject: [PATCH] Update Rust crate quote to 1.0.46 --- eq-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eq-macro/Cargo.toml b/eq-macro/Cargo.toml index 91e3346..00c3727 100644 --- a/eq-macro/Cargo.toml +++ b/eq-macro/Cargo.toml @@ -10,5 +10,5 @@ license = "Apache-2.0" proc-macro = true [dependencies] -quote = "1.0.15" +quote = "1.0.46" syn = "1.0.86"