From 2416c4f6d7f132f70f5b9f572b07b3f2d4237979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:30:30 +0000 Subject: [PATCH] Update proc-macro-crate requirement from 1 to 2 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] --- enumset_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enumset_derive/Cargo.toml b/enumset_derive/Cargo.toml index c63a5b2..677b8f7 100644 --- a/enumset_derive/Cargo.toml +++ b/enumset_derive/Cargo.toml @@ -22,4 +22,4 @@ darling = { version = "0.20", default-features = false } syn = "2" quote = "1" proc-macro2 = "1" -proc-macro-crate = { version = "1", optional = true } +proc-macro-crate = { version = "2", optional = true }