From 6c221d813088bfb2ff93e8130c52c964c385fa2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 03:23:58 +0000 Subject: [PATCH] Update Rust crate quote to 1.0.33 --- 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..9268c0f 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.33" syn = "1.0.86"