From 6029fab816bb0bc3e7ee67ede8190b096cb0a824 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 22:50:27 +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..27d140b 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.36"