From 545f13f6034ac1afbe32a128de9f73b1422a5dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:26:10 +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.0) --- 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..397b995 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.0" proc-macro2 = "1.0.34" take_mut = "0.2.2" unzip-n = "0.1.1"