From 75ca2fb5b1c5e3001a4f39138229f9c8878b08fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:47:24 +0000 Subject: [PATCH] fix(deps): update rust crate syn to 2.0.60 --- libraries/native_model/native_model_macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/native_model/native_model_macro/Cargo.toml b/libraries/native_model/native_model_macro/Cargo.toml index 31b10731..61e82834 100644 --- a/libraries/native_model/native_model_macro/Cargo.toml +++ b/libraries/native_model/native_model_macro/Cargo.toml @@ -14,6 +14,6 @@ path = "src/lib.rs" proc-macro = true [dependencies] -syn = { version = "2.0", features = ["full"] } +syn = { version = "2.0.60", features = ["full"] } quote = "1.0.36" proc-macro2 = "1.0.81"