From be2fca25beadf1de702a9d0ffd6d97af19d81933 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 25 Sep 2025 10:51:55 +0100 Subject: [PATCH] Update proc-macro-utils dev-dependency to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f5c8bc..99ce87d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ syn = ["syn2"] darling = ["darling_core"] [dev-dependencies] -proc-macro-utils = "0.8.0" +proc-macro-utils = "0.10.0" proc-macro2 = { version = "1", features = ["span-locations"] } syn2 = {package = "syn", version = "2", features = ["full"]}