From db4ac2ee755a3acb5878914f53aa3967fb3e02f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:09:02 -0400 Subject: [PATCH] Update proc-macro-crate requirement from 1.1 to 2.0 (#394) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 130a4bec..c667217f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -18,4 +18,4 @@ proc-macro = true syn = "2.0" quote = "1.0" proc-macro2 = "1.0" -proc-macro-crate = "1.1" +proc-macro-crate = "2.0"