From 22faa1ac24e28d7c0cf312ad22af8c41bba24e5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 03:42:03 +0000 Subject: [PATCH] fix(deps): update rust crate syn to 2.0.49 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52fe115..c6e9fdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ proc-macro = true lazy_static = "1.4.0" proc-macro2 = "1.0.66" quote = "1.0.33" -syn = { version = "2.0.38", features = ["full", "extra-traits"] } +syn = { version = "2.0.49", features = ["full", "extra-traits"] } thiserror = "1.0.49" try_match = "0.4.1" str_inflector = "0.12.0"