From e20de194f3bccd6151121c72a855741ee6e569df Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 6 Jan 2026 19:27:23 +0000 Subject: [PATCH] Undo proc-macro2 version change in Cargo.toml I don't know why Dependabot sometimes only touches Cargo.lock, and other times wants to unnecessarily change Cargo.toml too. --- array-parameterized-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array-parameterized-test/Cargo.toml b/array-parameterized-test/Cargo.toml index 51f51ddf..13c8d495 100644 --- a/array-parameterized-test/Cargo.toml +++ b/array-parameterized-test/Cargo.toml @@ -8,7 +8,7 @@ edition.workspace = true license = "MIT" [dependencies] -proc-macro2 = "1.0.105" +proc-macro2 = "1.0.83" quote = "1.0.35" syn = { version = ">= 1.0.0, < 3", features = ["full"] }