From 591c8f28f2de052b6749b0540fbcd1db5bfd71b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:10:56 +0000 Subject: [PATCH] fix(deps): update rust crate quote to 1.0.36 --- 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 ba9976bc..e84d8924 100644 --- a/libraries/native_model/native_model_macro/Cargo.toml +++ b/libraries/native_model/native_model_macro/Cargo.toml @@ -15,5 +15,5 @@ proc-macro = true [dependencies] syn = { version = "2.0", features = ["full"] } -quote = "1.0" +quote = "1.0.36" proc-macro2 = "1.0.81"