From 1fec39565c7e7a7c9ed4c5394dc4d8c53385bdea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:42:04 +0000 Subject: [PATCH] Update Rust crate quote to 1.0.45 --- 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..d5ef0bd 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.45" syn = "1.0.86"