From 63f615bbf61a6f602afdadcf39e9d4dc71715156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 09:30:56 +0000 Subject: [PATCH] Update Rust crate syn to v2 --- 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..47f72a2 100644 --- a/eq-macro/Cargo.toml +++ b/eq-macro/Cargo.toml @@ -11,4 +11,4 @@ proc-macro = true [dependencies] quote = "1.0.15" -syn = "1.0.86" +syn = "2.0.18"