From ddfa6fd4d1058661516be351401207635fc21a62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 00:36:14 +0000 Subject: [PATCH] fix(deps): update rust crate proc-macro2 to 1.0.75 --- 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 540ba2ea..8b564aed 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.74" +proc-macro2 = "1.0.75"