From 7f5578ab62a908d2b867bfe5664b065d3a73feb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:50:08 +0000 Subject: [PATCH] fix(deps): update rust crate syn to v2 --- tao-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tao-macros/Cargo.toml b/tao-macros/Cargo.toml index ebc511f074..5db4f24e7c 100644 --- a/tao-macros/Cargo.toml +++ b/tao-macros/Cargo.toml @@ -19,4 +19,4 @@ default = [ ] [dependencies] proc-macro2 = "1" quote = "1" -syn = { version = "1", features = [ "full" ] } +syn = { version = "2", features = [ "full" ] }