From ca8ebef8a33fa572e8daefe9aacf8d7e7735f6a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:04:40 +0000 Subject: [PATCH] fix(deps): update rust crate proc-macro2 to 1.0.67 --- 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 c95b6bc4..4ef4c76e 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.66" +proc-macro2 = "1.0.67"