From 3fdeb797bb82d5d598e31f6de80a7f095ca4fbda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 05:18:50 +0000 Subject: [PATCH] fix(deps): update rust crate proc-macro2 to 1.0.79 --- 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 acb64b5c..96fb7d66 100644 --- a/libraries/native_model/native_model_macro/Cargo.toml +++ b/libraries/native_model/native_model_macro/Cargo.toml @@ -16,4 +16,4 @@ proc-macro = true [dependencies] syn = { version = "2.0", features = ["full"] } quote = "1.0" -proc-macro2 = "1.0.78" +proc-macro2 = "1.0.79"