From dea7d4db18b8d24c32691d67e3ccbc8ea58955ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:26:44 +0000 Subject: [PATCH] Update Rust crate quote to 1.0.31 --- 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..cf97171 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.31" syn = "1.0.86"