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"] }