From 006fc41b287844ca5912958c617724c0f92039ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:35:10 +0000 Subject: [PATCH] Update Rust crate quote to 1.0.28 --- 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..bde0dbf 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.28" syn = "1.0.86"