From bc792deab619c7fb9c3db532654d6785ad53cbb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:11:06 +0000 Subject: [PATCH] Update proc-macro-crate requirement in /proc-macro-definitions Updates the requirements on [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) to permit the latest version. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](https://github.com/bkchr/proc-macro-crate/compare/v1.2.0...v2.0.1) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proc-macro-definitions/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc-macro-definitions/Cargo.toml b/proc-macro-definitions/Cargo.toml index 5153521..2644275 100644 --- a/proc-macro-definitions/Cargo.toml +++ b/proc-macro-definitions/Cargo.toml @@ -31,7 +31,7 @@ debugless-unwrap = "0.0.4" heck = "0.3.1" lazy_static = "1.4.0" quote = "1.0.10" -proc-macro-crate = "1.0.0" +proc-macro-crate = "2.0.1" proc-macro2 = "1.0.34" take_mut = "0.2.2" unzip-n = "0.1.1"