From 4c180c6cc0ca89f0130bb96cc70d875bfcd7bee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:54:22 +0000 Subject: [PATCH] fix(deps): update rust crate syn to 2.0.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4c8b1a..0b07a2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ proc-macro = true lazy_static = "1.4.0" proc-macro2 = "1.0.64" quote = "1.0.33" -syn = { version = "2.0.25", features = ["full", "extra-traits"] } +syn = { version = "2.0.29", features = ["full", "extra-traits"] } thiserror = "1.0.47" try_match = "0.4.1" str_inflector = "0.12.0"