From 777f8c6b69b94a1128db1ad9f85375b7f66cd7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 05:18:45 +0000 Subject: [PATCH] chore(deps): update proc-macro-crate requirement from 2.0.0 to 3.1.0 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/commits) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- derive-impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/derive-impl/Cargo.toml b/derive-impl/Cargo.toml index c4ff240..8e81fba 100644 --- a/derive-impl/Cargo.toml +++ b/derive-impl/Cargo.toml @@ -12,7 +12,7 @@ proc-macro = true [dependencies] proc-macro2 = { version = "1.0.24", features = ["span-locations"] } -proc-macro-crate = "2.0.0" +proc-macro-crate = "3.1.0" proc-macro-error = "1.0.4" quote = "1.0.7" syn = "2.0.66"