From f12697422c6219af209799f4be2c9a5621c4c350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:29:31 +0000 Subject: [PATCH] Update Rust crate proc-macro2 to 1.0.94 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fa7e765a7..f2b6268ce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license-file = "LICENSE" [build-dependencies] glob = "0" quote = "1.0" -proc-macro2 = "1.0" +proc-macro2 = "1.0.94" syn = "2.0" itertools = "0.13" serde_json = "1.0"